Class DocumentlessTriggerData
Input data received when triggering a documentless workflow.
Inheritance
System.Object
    DocumentlessTriggerData
  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 DocumentlessTriggerData
  Properties
DateTimeVariables
List of datetime global variables.
Declaration
public List<TriggerVariable> DateTimeVariables { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TriggerVariable> | 
DateVariables
List of date global variables.
Declaration
public List<TriggerVariable> DateVariables { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TriggerVariable> | 
DecimalVariables
List of decimal global variables.
Declaration
public List<TriggerVariable> DecimalVariables { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TriggerVariable> | 
ExpectedDefinitionId
The expected version id for the workflow.
Declaration
public string ExpectedDefinitionId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
KeywordVariables
List of keywords.
Declaration
public List<TriggerVariable> KeywordVariables { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TriggerVariable> | 
MultiRoleVariables
List of multi role global variables.
Declaration
public List<TriggerVariable> MultiRoleVariables { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TriggerVariable> | 
MultiSubstitutionRuleVariables
List of multi substitution rule global variables.
Declaration
public List<TriggerVariable> MultiSubstitutionRuleVariables { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TriggerVariable> | 
MultiUserVariables
List of multi user global variables.
Declaration
public List<TriggerVariable> MultiUserVariables { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TriggerVariable> | 
RoleVariables
List of role global variables.
Declaration
public List<TriggerVariable> RoleVariables { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TriggerVariable> | 
SubstitutionRuleVariables
List of substitution rule global variables.
Declaration
public List<TriggerVariable> SubstitutionRuleVariables { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TriggerVariable> | 
TextVariables
List of text global variables.
Declaration
public List<TriggerVariable> TextVariables { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TriggerVariable> | 
UserVariables
List of user global variables.
Declaration
public List<TriggerVariable> UserVariables { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TriggerVariable> |