Class DocumentWorkflowOrganizationUnitAssignment
Represents the poco for the assignment between
Inheritance
System.Object
DocumentWorkflowOrganizationUnitAssignment
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 DocumentWorkflowOrganizationUnitAssignment
Properties
| Improve this Doc View SourceDocumentId
Gets or sets the document id
Declaration
public Guid DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Guid
Gets or sets the guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
WorkflowId
Gets or sets the workflow id
Declaration
public Guid WorkflowId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
WorkflowOrganizationUnitId
Gets or sets the workflow organization unit
Declaration
public Guid WorkflowOrganizationUnitId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |