Class DecisionStampPlacement
Inheritance
System.Object
DecisionStampPlacement
Assembly: DocuWare.Platform.ServerClient.dll
public class DecisionStampPlacement : StampPlacement
Properties
Declaration
public int DecisionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string InstanceId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsController { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string TaskId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string WorkflowId { get; set; }
Property Value
Type |
Description |
System.String |
|