IPrintTypeDaoCreatePrintType Method

[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})"]

Definition

Namespace: WorkZone.Dispatcher.Base.Dao
Assembly: WorkZone.Dispatcher.Base_24.4.0.0 (in WorkZone.Dispatcher.Base_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
WzpPrintType CreatePrintType(
	LocalizedText name,
	IEnumerable<PrintTypeParameter> params
)

Parameters

name  LocalizedText

[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  IEnumerablePrintTypeParameter

[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

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