'Declaration
Public Enum VariableUpdateType Inherits System.Enum
public enum VariableUpdateType : System.Enum
public enum class VariableUpdateType : public System.Enum
'Declaration
Public Enum VariableUpdateType Inherits System.Enum
public enum VariableUpdateType : System.Enum
public enum class VariableUpdateType : public System.Enum
Member | Value | Description |
---|---|---|
IncrementDecrement | 1 | Increment or decrement a numeric value |
SetBasedOnDate | 2 | Set based on the current date |
SetValue | 0 | Set a new value |
SetValueWithExpansion | 3 | Set a new value from a string that may contain variable tokens (expand the tokens before setting) |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.VariableUpdateType