Class TriggerVariable
Value of the variable
Inheritance
System.Object
TriggerVariable
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 TriggerVariable
Properties
Id
Global variable identifier.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Global variable value casted to the respective variable type.
Declaration
public WFFormFieldValue Value { get; set; }
Property Value
Type | Description |
---|---|
WFFormFieldValue |