Class ConditionHistoryStep
A history step for Condition activity.
Inheritance
System.Object
    ConditionHistoryStep
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ConditionHistoryStep
  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 |