PropertyDataType
Class
Definition
The enum for all the allowed types of a data element.
public static class PropertyDataType
- Inheritance
-
PropertyDataType
Fields
| Boolean |
Boolean type. |
| ByteArray |
Byte[] type. |
| DateTime |
DateTime type. |
| DateTimeOffset |
DateTimeOffset type. |
| Decimal |
Decimal type. |
| Double |
Double type. |
| Enum |
Enum type. |
| Guid |
Guid type. |
| Int16 |
Int16 type. |
| Int32 |
Int32 type. |
| Int64 |
Int64 type. |
| Single |
Single type. |
| String |
String type. |
| Timespan |
Timespan type. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |