GCValueValueType Enumeration |
[Missing <summary> documentation for "T:DXMLBase.Gcv.GCValue.ValueType"]
Namespace: DXMLBase.Gcv
Member name | Value | Description | |
---|---|---|---|
TYPE_INVALID | -1 | Represents an invalid type. | |
TYPE_STRING | 0 | Integer constant representing "string" | |
TYPE_BOOLEAN | 1 | Integer constant representing "boolean" | |
TYPE_INTEGER | 2 | Integer constant representing "integer" | |
TYPE_REAL | 3 | Integer constant representing "real" | |
TYPE_DN | 4 | Integer constant representing "dn" | |
TYPE_ENUM | 5 | Integer constant representing "enum" | |
TYPE_PASSWORD_REF | 6 | Integer constant representing "password-ref" | |
TYPE_GCV_REF | 7 | Integer constant representing "gcv-ref" | |
TYPE_HEADER | 8 | Integer constant representing "header" | |
TYPE_GROUP | 9 | Integer constant representing "group" | |
TYPE_SUBORDINATES | 10 | Integer constant representing "subordinates" | |
TYPE_LIST | 11 | Integer constant representing "list" | |
TYPE_DN_REF | 12 | Integer constant representing "dn-ref" | |
TYPE_STRUCTURED | 13 | Integer constant representing "structured" |