Click or drag to resize

IEntityObjectsLoadOptions Methods

The IEntityObjectsLoadOptions type exposes the following members.

Methods
  NameDescription
Public methodBuildCacheKey
The cache key to be used for storing the results of the query for the entity data. The cache key is built based on the various options in the load options class.
(Inherited from IEntityDataLoadOptions.)
Public methodHasNoCriteria
Returns true if no load options (that is, filtering options) has been specified at all - meaning that all objects will be returned. If any options has been specified that will make the result user-specific (e.g. if security rules are applied) then it must return false. Note that it should not affect the result whether or not it is a full or partial representation of the objects that is being loaded.
Public methodIsResultCachable
Returns if the loaded data is suitable to be cached. Should return false if: - load options are specified which makes it unlikely that the data will ever be fetched again and/or the loaded data set is very large. - loaded data are "personal" - e.g. they reflect user specific security options.
Top
See Also