GetCustomValuesOptions Class

The data contract class used to provide options for getting custom values.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetCustomValuesOptions

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 GetCustomValuesOptions

The GetCustomValuesOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetCustomValuesOptions
Initializes a new instance of the GetCustomValuesOptions class.
Top
Properties
  NameDescription
Public propertyDataConnectorId
Gets or sets the data connector ID, if applicable. This will only be used if the custom value call is for an existing data connector.
Public propertyGatewayId
Gets or sets the gateway provider ID, if applicable.
Public propertySettings
Gets the settings.
Public propertyValueName
Gets or sets the name of the value.
Top
See Also