ResolveTokenByIdsOptions 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 ResolveTokenByIdsOptions : ResolveTokenOptions

The ResolveTokenByIdsOptions type exposes the following members.

Constructors
  NameDescription
Public methodResolveTokenByIdsOptions
Initializes a new instance of the ResolveTokenByIdsOptions class
Top
Properties
  NameDescription
Public propertyDisplayType
Gets or sets the display type.
(Inherited from ResolveTokenOptions.)
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.
(Inherited from ResolveTokenOptions.)
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.
(Inherited from ResolveTokenOptions.)
Public propertyId
Gets or sets the ID of the token to resolve.
Public propertyOffset
Gets or sets the offset.
(Inherited from ResolveTokenOptions.)
Top
See Also