Metadata about any primitive data type. Each Breeze DataProperty for a primitive type (i.e. does not
describe a ComplexObject) will have a DataType property.
Inheritance Hierarchy
Breeze.SharpDataType
Breeze.SharpNumericDataType
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
The DataType type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataType | Initializes a new instance of the DataType class |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FmtBinary | ||
| FmtBoolean | ||
| FmtDateTime | ||
| FmtDateTimeOffset | ||
| FmtGuid | ||
| FmtNumber | ||
| FmtString | ||
| FmtTime | ||
| FmtUndefined | ||
| FromClrType | ||
| FromEdmType | ||
| FromName | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetNextDateTime | ||
| GetNextGuid | ||
| GetNextNumber | ||
| GetNextString | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Parse | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| All | ||
| Binary | ||
| Boolean | ||
| Byte | ||
| DateTime | ||
| DateTimeOffset | ||
| Decimal | ||
| Double | ||
| Guid | ||
| Int16 | ||
| Int32 | ||
| Int64 | ||
| NextNumber | ||
| NextNumberIncrement | ||
| Single | ||
| String | ||
| StringPrefix | ||
| Time | ||
| Undefined |
Properties
| Name | Description | |
|---|---|---|
| ClrType | ||
| DataTypeInfo | ||
| DefaultValue | ||
| FmtOData | ||
| GetNextTempValue | ||
| Name |
See Also