Click or drag to resize

IEntityDataLoadOptions Interface

This interface is implemented by the load options classes for the "entity data" in OIS. Entity data are divided into a set of entity data types. When a piece of entity data is created/updated/deleted it is reflected in a global version number for the entity data type.

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

The IEntityDataLoadOptions type exposes the following members.

Properties
  NameDescription
Public propertyCacheOptions
Contains options related to data caching.
Public propertyEntityDataType
The type of entity data that the options are used to load data of. Must be one of the constants from the EntityDataVersion class.
Public propertyResultInfo
This is not a load option! After having loaded entity data with the load options object this field contains info of e.g. whether the result was fetched from the cache. The information is mainly for unit test purposes.
Top
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.
Top
See Also