IPrintTypeDaoGetPrintTypeByName Method

[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.Dao.IPrintTypeDao.GetPrintTypeByName(WorkZone.Dispatcher.Base.Configuration.Localization.LocalizedText)"]

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 GetPrintTypeByName(
	LocalizedText name
)

Parameters

name  LocalizedText

[Missing <param name="name"/> documentation for "M:WorkZone.Dispatcher.Base.Dao.IPrintTypeDao.GetPrintTypeByName(WorkZone.Dispatcher.Base.Configuration.Localization.LocalizedText)"]

Return Value

WzpPrintType

[Missing <returns> documentation for "M:WorkZone.Dispatcher.Base.Dao.IPrintTypeDao.GetPrintTypeByName(WorkZone.Dispatcher.Base.Configuration.Localization.LocalizedText)"]

See Also