GetParameterTokensOptions Class

The options class used for parameter tokens.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetParameterTokensOptions

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 GetParameterTokensOptions

The GetParameterTokensOptions type exposes the following members.

Constructors
 NameDescription
Public methodGetParameterTokensOptionsInitializes a new instance of the GetParameterTokensOptions class
Top
Properties
 NameDescription
Public propertyDisplayTypes Gets or sets the display types.
Public propertyHierarchyParentId Gets or sets the hierarchy parent ID.
Public propertyHierarchyUniqueName Gets or sets the unique name of the hierarchy.
Public propertyIncludeAttributeTokens Gets or sets a value indicating whether to include the attribute tokens.
Public propertyParameterDataType Gets or sets the type of the parameter data.
Public propertyProjectId Gets or sets the project ID.
Top
See Also