DispatcherType Constructor |
Creates an instance of the entity object with the contained values.
Namespace: Scanjour.Workflow4.Web.Services.EntitiesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic DispatcherType(
Guid guid,
Version version,
string name
)
Public Sub New (
guid As Guid,
version As Version,
name As String
)
public:
DispatcherType(
Guid guid,
Version^ version,
String^ name
)
new :
guid : Guid *
version : Version *
name : string -> DispatcherType
Parameters
- guid Guid
[Missing <param name="guid"/> documentation for "M:Scanjour.Workflow4.Web.Services.Entities.DispatcherType.#ctor(System.Guid,System.Version,System.String)"]
- version Version
[Missing <param name="version"/> documentation for "M:Scanjour.Workflow4.Web.Services.Entities.DispatcherType.#ctor(System.Guid,System.Version,System.String)"]
- name String
[Missing <param name="name"/> documentation for "M:Scanjour.Workflow4.Web.Services.Entities.DispatcherType.#ctor(System.Guid,System.Version,System.String)"]
See Also