PrintTypeService Constructor

Initializes a new instance of the PrintTypeService class

Definition

Namespace: WorkZone.Dispatcher.Base
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#
public PrintTypeService(
	ODataService ctx,
	Guid dispatcherTypeGuid
)

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