Class SimpleTaskDecision
Inheritance
System.Object
SimpleTaskDecision
Namespace: DocuWare.Platform.Bpw.Schemas
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class SimpleTaskDecision : object
Properties
DecisionLabel
Declaration
public string DecisionLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FormField
Declaration
public List<SimpleTaskField> FormField { get; set; }
Property Value
Type | Description |
---|---|
List<SimpleTaskField> |
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |