ParameterOptions Class

The DTO class for requesting a parameter on a data cube.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsParameterOptions

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

The ParameterOptions type exposes the following members.

Constructors
 NameDescription
Public methodParameterOptions Initializes a new instance of the ParameterOptions class.
Top
Properties
 NameDescription
Public propertyElementId Gets or sets the ID of the element.
Public propertyNativeParameterId Gets or sets the ID of the native parameter.
Public propertyStructureIds Gets or sets the list of IDs of the structures for use in a SelectStructureParameter.
Public propertyTransformId Gets or sets the ID of the transform.
Public propertyTransformSettingId Gets or sets the ID of the transform setting.
Top
See Also