Class SimpleWorkflowData
Data to trigger new simple workflow
Inheritance
System.Object
SimpleWorkflowData
Assembly: DocuWare.Platform.ServerClient.dll
public class SimpleWorkflowData : object
Constructors
Creates a new instance of this class
Declaration
public SimpleWorkflowData()
Properties
Declaration
public List<AssignToItem> AssignTo { get; set; }
Property Value
Declaration
public List<SimpleDesicion> Decisions { get; set; }
Property Value
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int DocId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string DocumentName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int DWVerId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool IsAny { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsSequence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool StampDocument { get; set; }
Property Value
Type |
Description |
System.Boolean |
|