Class WorkflowOperation
Represents the workflow operation
Inheritance
System.Object
WorkflowOperation
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 WorkflowOperation
Properties
| Improve this Doc View SourceActionName
Gets or sets the action name
Declaration
public string ActionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreateDateTime
Gets or sets the create date time
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DirectoryId
Gets or sets the directory id
Declaration
public Guid? DirectoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
DocumentId
Gets or sets the document id, which is based on the poco document
Declaration
public Guid DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
DocumentPath
Gets or sets the document path
Declaration
public Guid DocumentPath { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FileStructureId
Gets or sets the file structure id
Declaration
public Guid? FileStructureId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Guid
Gets or sets the guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
OperationType
Gets or sets the operation type, the default value is User
Declaration
public WorkflowOperationType OperationType { get; set; }
Property Value
Type | Description |
---|---|
WorkflowOperationType |
TargetUserId
Gets or sets the target user id
Declaration
public int TargetUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UpdateDateTime
Gets or sets the update date time
Declaration
public DateTime UpdateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
UserId
Gets or sets the user id
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserName
Gets or sets the user name
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WorkflowId
Gets or sets the workflow id
Declaration
public Guid WorkflowId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
WorkflowOrganizationId
Gets or sets the workflow organization id, its based on the guid of Guid
Declaration
public Guid? WorkflowOrganizationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |