OdataPrintTypeDaoCreateTemplate Method |
[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Dao.OdataPrintTypeDao.CreateTemplate(Scanjour.Process.OData.Client.Proxy.WzpPrintTypeTemplate)"]
Namespace: WorkZone.Dispatcher.Base.Configuration.DaoAssembly: 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)
Syntaxpublic WzpPrintTypeTemplate CreateTemplate(
WzpPrintTypeTemplate template
)
Public Function CreateTemplate (
template As WzpPrintTypeTemplate
) As WzpPrintTypeTemplate
public:
virtual WzpPrintTypeTemplate^ CreateTemplate(
WzpPrintTypeTemplate^ template
) sealed
abstract CreateTemplate :
template : WzpPrintTypeTemplate -> WzpPrintTypeTemplate
override CreateTemplate :
template : WzpPrintTypeTemplate -> WzpPrintTypeTemplate
Parameters
- template WzpPrintTypeTemplate
[Missing <param name="template"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Dao.OdataPrintTypeDao.CreateTemplate(Scanjour.Process.OData.Client.Proxy.WzpPrintTypeTemplate)"]
Return Value
WzpPrintTypeTemplate[Missing <returns> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Dao.OdataPrintTypeDao.CreateTemplate(Scanjour.Process.OData.Client.Proxy.WzpPrintTypeTemplate)"]
Implements
IPrintTypeDaoCreateTemplate(WzpPrintTypeTemplate)
See Also