Click or drag to resize

DataObjectTypeCache Methods

The CacheControllerDataDataObjectTypeCache type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAllDataObjectTypes Obsolete.
Public methodStatic memberGetDataObjectType(Guid, SqlConnection, SqlTransaction)
Public methodStatic memberGetDataObjectType(Int32, SqlConnection, SqlTransaction)
Public methodStatic memberGetDataObjectType(String, SqlConnection, SqlTransaction)
Public methodStatic memberGetDataObjectTypeCheck(Guid, SqlConnection, SqlTransaction)
Public methodStatic memberGetDataObjectTypeCheck(Int32, SqlConnection, SqlTransaction)
Returns the DataObjectType object with the provided ID. If the ID is not found, an Exception is thrown.
Public methodStatic memberGetDataObjectTypes
Loads or retrieves a number of properties from the cache.
Public methodStatic memberGetDataObjectTypesCheck
Returns a collection of DataObjectType objects based on the provided ID's. If an ID is not found, an Exception is thrown.
Public methodStatic memberGetNameSingular
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.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also