IPrintTypeDaoCreatePrintType Method

Scanjour Workflow4 Reference Manual

[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.Dao.IPrintTypeDao.CreatePrintType(WorkZone.Dispatcher.Base.Configuration.Localization.LocalizedText,System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.Configuration.PrintTypeParameter})"]

Namespace:  WorkZone.Dispatcher.Base.Dao
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

WzpPrintType CreatePrintType(
	LocalizedText name,
	IEnumerable<PrintTypeParameter> params
)

Parameters

name
Type: WorkZone.Dispatcher.Base.Configuration.LocalizationLocalizedText

[Missing <param name="name"/> documentation for "M:WorkZone.Dispatcher.Base.Dao.IPrintTypeDao.CreatePrintType(WorkZone.Dispatcher.Base.Configuration.Localization.LocalizedText,System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.Configuration.PrintTypeParameter})"]

params
Type: System.Collections.GenericIEnumerablePrintTypeParameter

[Missing <param name="params"/> documentation for "M:WorkZone.Dispatcher.Base.Dao.IPrintTypeDao.CreatePrintType(WorkZone.Dispatcher.Base.Configuration.Localization.LocalizedText,System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.Configuration.PrintTypeParameter})"]

Return Value

Type: WzpPrintType

[Missing <returns> documentation for "M:WorkZone.Dispatcher.Base.Dao.IPrintTypeDao.CreatePrintType(WorkZone.Dispatcher.Base.Configuration.Localization.LocalizedText,System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.Configuration.PrintTypeParameter})"]

See Also

Reference