Class DocumentWorkflowTracker
Represents a document workflow tracker.
Inheritance
System.Object
DocumentWorkflowTracker
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 DocumentWorkflowTracker
Properties
| Improve this Doc View SourceActionName
Gets or sets the action name.
Declaration
public DocumentWorkflowStateType ActionName { get; set; }
Property Value
Type | Description |
---|---|
DocumentWorkflowStateType |
CreateDateTime
Gets or sets a create date time.
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DocumentId
Gets or sets a document id.
Declaration
public Guid DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Guid
Gets or sets a guid that represents a primary key. Default value is a new GUID.
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Path
Gets or sets the path.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TargetUserId
Gets or sets a target user id.
Declaration
public int? TargetUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
UserId
Gets or sets a user id.
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WorkflowOrganizationId
Gets or sets a nullable workflow organization id.
Declaration
public Guid? WorkflowOrganizationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |