CacheControllerDataPropertyCache Class |
Namespace: Omada.OE.AppLogic
public class PropertyCache
The CacheControllerDataPropertyCache type exposes the following members.
Name | Description | |
---|---|---|
![]() | CacheControllerDataPropertyCache |
Name | Description | |
---|---|---|
![]() ![]() | GetAllProperties | Obsolete. |
![]() ![]() | GetProperty(Guid, SqlConnection, SqlTransaction) | Obsolete. |
![]() ![]() | GetProperty(Int32, SqlConnection, SqlTransaction) |
Returns the Property object with the provided ID.
|
![]() ![]() | GetProperty(String, SqlConnection, SqlTransaction) | |
![]() ![]() | GetPropertyCheck(Guid, SqlConnection, SqlTransaction) | Obsolete. |
![]() ![]() | GetPropertyCheck(Int32, SqlConnection, SqlTransaction) |
Returns a BaseProperty object based on the provided ID.
If the ID is not found, an Exception is thrown.
|
![]() ![]() | GetPropertyCheck(String, SqlConnection, SqlTransaction) |
If the property can neither be located in the cache nor in the database an exception is thrown.
|
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.) |