DataCache Methods |
The DataCache type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearLicenseWarning | ||
| GetDataObjectType(Guid, Boolean) |
Gets a data object type from the cache.
Caution:
The cache should be used with care as you can't rely on that it is updated.
The cache should never be used in the Model layer.
| |
| GetDataObjectType(Int32, Boolean) |
Gets a data object type from the cache.
Caution:
The cache should be used with care as you can't rely on that it is updated.
The cache should never be used in the Model layer.
| |
| GetDataObjectType(String, Boolean) |
Gets a data object type from the cache.
Caution:
The cache should be used with care as you can't rely on that it is updated.
The cache should never be used in the Model layer.
| |
| GetObjectId | Obsolete. | |
| GetProperty(Guid, Boolean) |
Gets a property from the cache.
Caution:
The cache should be used with care as you can't rely on that it is updated.
The cache should never be used in the Model layer.
| |
| GetProperty(Int32, Boolean) | ||
| GetProperty(String, Boolean) |
Gets a property from the cache.
Caution:
The cache should be used with care as you can't rely on that it is updated.
The cache should never be used in the Model layer.
| |
| SetLicenseWarning |
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |