PrintTypeService Constructor |
Namespace: WorkZone.Dispatcher.BaseAssembly: 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 PrintTypeService(
ODataService ctx,
Guid dispatcherTypeGuid
)
Public Sub New (
ctx As ODataService,
dispatcherTypeGuid As Guid
)
public:
PrintTypeService(
ODataService^ ctx,
Guid dispatcherTypeGuid
)
new :
ctx : ODataService *
dispatcherTypeGuid : Guid -> PrintTypeService
Parameters
- ctx ODataService
[Missing <param name="ctx"/> documentation for "M:WorkZone.Dispatcher.Base.PrintTypeService.#ctor(Scanjour.Process.OData.Client.Proxy.ODataService,System.Guid)"]
- dispatcherTypeGuid Guid
[Missing <param name="dispatcherTypeGuid"/> documentation for "M:WorkZone.Dispatcher.Base.PrintTypeService.#ctor(Scanjour.Process.OData.Client.Proxy.ODataService,System.Guid)"]
See Also