PrintTypeUpgrader Constructor

Scanjour Workflow4 Reference Manual
Initializes a new instance of the PrintTypeUpgrader class

Namespace:  WorkZone.Dispatcher.Base.Configuration
Assembly:  WorkZone.Dispatcher.Base_23.1.0.0 (in WorkZone.Dispatcher.Base_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public PrintTypeUpgrader(
	IPrintTypeDao printTypeDao,
	IPrintTypeNameProvider nameProvider,
	IEnumerable<IPrintTypeParameterProvider> paramProviders
)

Parameters

printTypeDao
Type: WorkZone.Dispatcher.Base.DaoIPrintTypeDao

[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
Type: WorkZone.Dispatcher.Base.Configuration.LocalizationIPrintTypeNameProvider

[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
Type: System.Collections.GenericIEnumerableIPrintTypeParameterProvider

[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

Reference