Class ConditionHistoryStep
A history step for Condition activity.
Inheritance
System.Object
ConditionHistoryStep
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ConditionHistoryStep : object
Properties
OutputName
Output name of the exit.
Declaration
public string OutputName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Taken
Specifies if output was taken.
Declaration
public bool Taken { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |