ResolveTokenOptions Class

The options class used to resolve a token.
Inheritance Hierarchy

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 ResolveTokenOptions

The ResolveTokenOptions type exposes the following members.

Constructors
  NameDescription
Public methodResolveTokenOptions
Initializes a new instance of the ResolveTokenOptions class
Top
Properties
  NameDescription
Public propertyDisplayType
Gets or sets the display type.
Public propertyHierarchyEntityId
Gets or sets the time dimension ID. This is optional, but if provided, the hierarchy unique name must also be provided. This should be specified if formatting from this specific time hierarchy is desired.
Public propertyHierarchyUniqueName
Gets or sets the name of the hierarchy unique. This is optional, but must be provided is the hierarchy entity ID is specified.
Public propertyOffset
Gets or sets the offset.
Top
See Also