Class DocumentWorkflowAssignment
Represents the document workflow assignment
Inheritance
System.Object
DocumentWorkflowAssignment
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 DocumentWorkflowAssignment
Properties
| Improve this Doc View SourceDocumentId
Gets or sets the document id
Declaration
public Guid DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Ident
Gets or sets the primary key as long
Declaration
public long Ident { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
StateId
Gets or sets the state id
Declaration
public Guid StateId { 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 |