EntityGetOptions Class

Class represents various flags and context-specific options affecting how entity is retrieved.
Inheritance Hierarchy
SystemObject
  Dundas.BI.EntitiesEntityGetOptions

Namespace:  Dundas.BI.Entities
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class EntityGetOptions

The EntityGetOptions type exposes the following members.

Constructors
  NameDescription
Public methodEntityGetOptions
Initializes a new instance of the EntityGetOptions class.
Top
Properties
  NameDescription
Public propertyCustomLocalizationContext
Gets the custom localization context.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also