Class WorkflowOrganizationUnitAssignment
Represents the workflow organization assignment It connects the DocumentWorkflowConfiguration with WorkflowOrganizationUnit
Inheritance
System.Object
WorkflowOrganizationUnitAssignment
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.FileStructure.Workflow
Assembly: Simplic.FileStructure.Workflow.dll
Syntax
public class WorkflowOrganizationUnitAssignment
Properties
| Improve this Doc View SourceGuid
Gets or sets the guid that represents the primary key
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Users
Gets or sets the stateful collection of the users
Declaration
public StatefulCollection<WorkflowOrganizationUnitUserAssignment> Users { get; set; }
Property Value
Type | Description |
---|---|
StatefulCollection<WorkflowOrganizationUnitUserAssignment> |
WorkflowId
Gets or sets the workflow id from DocumentWorkflowConfiguration
Declaration
public Guid WorkflowId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
WorkflowOrganisationUnitId
Gets or sets the workflow organization unit id WorkflowOrganizationUnit
Declaration
public Guid WorkflowOrganisationUnitId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |