Accepted data types for attribute policy conditions.
Namespace: ININ.IceLib.Configuration.Dialer.DataTypesAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public enum RecordAttributeType |
Visual Basic |
---|
Public Enumeration RecordAttributeType |
Members
Member name | Value | Description | |
---|---|---|---|
DateTime | 0 | Date and/or time. | |
String | 1 | Text | |
Number | 2 | Numeric value (integer or decimal). | |
TimeOffset | 3 | A special data type that adds an offset to the current date/time and compares the resulting sum to the attribute. |