IPrintTypeDaoGetTemplateIfExists Method |
[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.Dao.IPrintTypeDao.GetTemplateIfExists(System.Func{Scanjour.Process.OData.Client.Proxy.WzpPrintTypeTemplate,System.Boolean})"]
Namespace: WorkZone.Dispatcher.Base.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)
SyntaxWzpPrintTypeTemplate GetTemplateIfExists(
Func<WzpPrintTypeTemplate, bool> pred
)
Function GetTemplateIfExists (
pred As Func(Of WzpPrintTypeTemplate, Boolean)
) As WzpPrintTypeTemplate
WzpPrintTypeTemplate^ GetTemplateIfExists(
Func<WzpPrintTypeTemplate^, bool>^ pred
)
abstract GetTemplateIfExists :
pred : Func<WzpPrintTypeTemplate, bool> -> WzpPrintTypeTemplate
Parameters
- pred FuncWzpPrintTypeTemplate, Boolean
[Missing <param name="pred"/> documentation for "M:WorkZone.Dispatcher.Base.Dao.IPrintTypeDao.GetTemplateIfExists(System.Func{Scanjour.Process.OData.Client.Proxy.WzpPrintTypeTemplate,System.Boolean})"]
Return Value
WzpPrintTypeTemplate[Missing <returns> documentation for "M:WorkZone.Dispatcher.Base.Dao.IPrintTypeDao.GetTemplateIfExists(System.Func{Scanjour.Process.OData.Client.Proxy.WzpPrintTypeTemplate,System.Boolean})"]
See Also