GetMapBindingsOptions Class

The options class used for getting map binding recommendations.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetMapBindingsOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class GetMapBindingsOptions

The GetMapBindingsOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetMapBindingsOptions
Initializes a new instance of the GetMapBindingsOptions class
Top
Properties
  NameDescription
Public propertyFetchOnlyRequestedResources
Gets or sets a value indicating whether only map resources that are explicitly requested are returned.
Public propertyMetricSetDataRequest
Gets the client data request ClientRequest for metric sets attached to a map control.
Public propertyRequestedMapIds
Gets the IDs of map or diagram resource files requested by users.
Top
See Also