Click or drag to resize

DataCache Methods

The DataCache type exposes the following members.

Methods
  NameDescription
Public methodClearLicenseWarning
Public methodGetDataObjectType(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.
Public methodGetDataObjectType(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.
Public methodGetDataObjectType(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.
Public methodGetObjectId Obsolete.
Public methodGetProperty(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.
Public methodGetProperty(Int32, Boolean)
Public methodGetProperty(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.
Public methodSetLicenseWarning
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