Enum AttributeDataType
Defines the data types supported in the custom attributes.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum AttributeDataType
Fields
Name | Description |
---|---|
Boolean | Boolean value. |
DateTime | Date and time. |
Decimal | Numeric data types that have fixed precision and scale. |
Integer | Four bytes signed integer. |
String | String of limited length. |
Unknown | Unknown and unsupported data type. |