Click or drag to resize

EntityDataLoadInfo Class

Info about data loaded/fetched using ControllerBase.GetFromCacheIfPresent.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelEntityDataLoadInfo

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class EntityDataLoadInfo

The EntityDataLoadInfo type exposes the following members.

Constructors
  NameDescription
Public methodEntityDataLoadInfo
Top
Properties
  NameDescription
Public propertyResultIsFromCache
Is the result fetched from the cache?
Public propertyResultIsFromGeneralCache
Is the returned data fetched from the general entity data cache?
Public propertyResultIsFromIdCache
Is the returned data fetched from the special id-based cache? The id-based cache is only used when data is loaded with a IEntityObjectsLoadOptions object and if only ids are specified as criteria. The id-based cache is faster than the general cache - especially during a changeset import - as id-data is invalidated in a more granular fashion.
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