Class EventHistoryStep
A history step for Event activity.
Inheritance
System.Object
    EventHistoryStep
  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 EventHistoryStep
  Properties
Conditions
List of conditions performed at Event wait activity.
Declaration
public List<ConditionHistoryStep> Conditions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<ConditionHistoryStep> | 
DocId
Document Id that caused the event activity to trigger.
Declaration
public string DocId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
FCName
Name of the file cabinet in which the event activity waits in.
Declaration
public string FCName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Status
Status of the event activity.
Declaration
public string Status { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |