CreateTokenOptions Class

The options class used for creating a token.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsCreateTokenOptions

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 CreateTokenOptions

The CreateTokenOptions type exposes the following members.

Constructors
  NameDescription
Public methodCreateTokenOptions
Initializes a new instance of the CreateTokenOptions class
Top
Properties
  NameDescription
Public propertyCaption
Gets or sets the token caption.
Public propertyDataCategory
Gets or sets the data category, when applicable.
Public propertyDataType
Gets or sets the token data type.
Public propertyDisplayType
Gets or sets the token display type.
Public propertyEndMemberGranularity
Gets or sets the end member granularity.
Public propertyEndMemberOffset
Gets or sets the end member offset.
Public propertyFormatOverride
Gets or sets the format override, when applicable.
Public propertyHierarchyId
Gets or sets the token hierarchy ID.
Public propertyIsOffsetSupported
Gets or sets a value indicating whether offset is supported.
Public propertyMemberGranularity
Gets or sets the granularity of the start (or single) member.
Public propertyMemberOffset
Gets or sets the start (or single) member offset.
Public propertyOwnerId
Gets or sets the token owner ID.
Public propertyOwnerKind
Gets or sets the token owner kind.
Public propertyOwnerTenantId
Gets or sets the tenant ID of the token. Only applicable if OwnerKind is Account.
Public propertyParameterValue
Gets or sets the parameter member value.
Public propertyProjectId
Gets or sets the project ID.
Public propertySourceStructureId
Gets or sets the source structure ID, when applicable.
Public propertyStatement
Gets or sets the token statement. Script tokens only.
Public propertySymbol
Gets or sets the token symbol.
Public propertyTokenCategory
Gets or sets the token category.
Public propertyUniqueName
Gets or sets the unique name value.
Top
See Also