CacheControllerDataDataObjectTypeCache Class |
Namespace: Omada.OE.AppLogic
public class DataObjectTypeCache
The CacheControllerDataDataObjectTypeCache type exposes the following members.
| Name | Description | |
|---|---|---|
| CacheControllerDataDataObjectTypeCache |
| Name | Description | |
|---|---|---|
| GetAllDataObjectTypes | Obsolete. | |
| GetDataObjectType(Guid, SqlConnection, SqlTransaction) | ||
| GetDataObjectType(Int32, SqlConnection, SqlTransaction) | ||
| GetDataObjectType(String, SqlConnection, SqlTransaction) | ||
| GetDataObjectTypeCheck(Guid, SqlConnection, SqlTransaction) | ||
| GetDataObjectTypeCheck(Int32, SqlConnection, SqlTransaction) |
Returns the DataObjectType object with the provided ID.
If the ID is not found, an Exception is thrown.
| |
| GetDataObjectTypes |
Loads or retrieves a number of properties from the cache.
| |
| GetDataObjectTypesCheck |
Returns a collection of DataObjectType objects based on the provided ID's.
If an ID is not found, an Exception is thrown.
| |
| GetNameSingular |
Returns the (singular) name of a data object type on the active user's language.
Throws an exception if the data object type doesn't exist.
|
| 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.) |