Click or drag to resize

PrintTypeUpgrader Constructor

Initializes a new instance of the PrintTypeUpgrader class

Namespace: WorkZone.Dispatcher.Base.Configuration
Assembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public PrintTypeUpgrader(
	IPrintTypeDao printTypeDao,
	IPrintTypeNameProvider nameProvider,
	IEnumerable<IPrintTypeParameterProvider> paramProviders
)

Parameters

printTypeDao  IPrintTypeDao

[Missing <param name="printTypeDao"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.PrintTypeUpgrader.#ctor(WorkZone.Dispatcher.Base.Dao.IPrintTypeDao,WorkZone.Dispatcher.Base.Configuration.Localization.IPrintTypeNameProvider,System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.Configuration.IPrintTypeParameterProvider})"]

nameProvider  IPrintTypeNameProvider

[Missing <param name="nameProvider"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.PrintTypeUpgrader.#ctor(WorkZone.Dispatcher.Base.Dao.IPrintTypeDao,WorkZone.Dispatcher.Base.Configuration.Localization.IPrintTypeNameProvider,System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.Configuration.IPrintTypeParameterProvider})"]

paramProviders  IEnumerableIPrintTypeParameterProvider

[Missing <param name="paramProviders"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.PrintTypeUpgrader.#ctor(WorkZone.Dispatcher.Base.Dao.IPrintTypeDao,WorkZone.Dispatcher.Base.Configuration.Localization.IPrintTypeNameProvider,System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.Configuration.IPrintTypeParameterProvider})"]

See Also