TokenDefinition Class

Base class for token definitions used in defining a ParameterValue.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.Parameters.TokensTokenDefinition
    More...

Namespace:  Dundas.BI.Data.Parameters.Tokens
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public abstract class TokenDefinition

The TokenDefinition type exposes the following members.

Properties
  NameDescription
Public propertyAccountId
Gets the ID of the account associated with the token.
Public propertyCaption
Gets the caption, in the culture of the caller if possible.
Public propertyCategory
Gets the token category.
Public propertyCreatedBy
Gets the user account ID that created the token.
Public propertyCreatedTime
Gets the created timestamp value.
Public propertyDataType
Gets the token data type.
Public propertyDisplayType
Gets the token display type.
Public propertyFormatOverride
Gets or sets the format override, when applicable.
Public propertyId
Gets the token definition ID.
Public propertyIsInversionSupported
Gets a value indicating whether this token supports inversion.
Public propertyIsOffsetSupported
Gets or sets a value indicating whether this token supports offset.
Public propertyIsResolvable
Gets a value indicating whether this token can be resolved.
Public propertyLocalizedCaptions
Gets the localized captions.
Public propertyProjectId
Gets the project ID for which the token is active.
Public propertySymbol
Gets or sets the symbol.
Public propertyTenantId
Gets the ID of the tenant associated with the token.
Public propertyUpdatedBy
Gets the user account ID that performed the last update.
Public propertyUpdatedTime
Gets the last update timestamp value.
Top
Methods
  NameDescription
Public methodDefineLocalizedCaption
Defines the localized caption.
Top
See Also
Inheritance Hierarchy