DataToken Class

Data based parameter token definition.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.Parameters.TokensTokenDefinition
    Dundas.BI.Data.Parameters.TokensDataToken

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

The DataToken type exposes the following members.

Properties
 NameDescription
Public propertyAccountId Gets the ID of the account associated with the token.
(Inherited from TokenDefinition)
Public propertyCaption Gets the caption, in the culture of the caller if possible.
(Inherited from TokenDefinition)
Public propertyCategory Gets the token category.
(Inherited from TokenDefinition)
Public propertyCreatedBy Gets the user account ID that created the token.
(Inherited from TokenDefinition)
Public propertyCreatedTime Gets the created timestamp value.
(Inherited from TokenDefinition)
Public propertyDataCategory The data rule category.
Public propertyDataCubeId The data cube ID that exposes the source element.
Public propertyDataElement The source element unique name.
Public propertyDataType Gets the token data type.
(Inherited from TokenDefinition)
Public propertyDisplayType Gets the token display type.
(Inherited from TokenDefinition)
Public propertyFormatOverride Gets or sets the format override, when applicable.
(Inherited from TokenDefinition)
Public propertyId Gets the token definition ID.
(Inherited from TokenDefinition)
Public propertyIsInversionSupported Gets a value indicating whether this token supports inversion.
(Overrides TokenDefinitionIsInversionSupported)
Public propertyIsOffsetSupported Gets or sets a value indicating whether this token supports offset.
(Overrides TokenDefinitionIsOffsetSupported)
Public propertyIsResolvable Gets a value indicating whether this token can be resolved.
(Inherited from TokenDefinition)
Public propertyLocalizedCaptions Gets the localized captions.
(Inherited from TokenDefinition)
Public propertyProjectId Gets the project ID for which the token is active.
(Inherited from TokenDefinition)
Public propertySortOrder Gets or sets the sort order of the item within the set of tokens of the same TokenCategory
(Inherited from TokenDefinition)
Public propertySymbol Gets or sets the symbol.
(Inherited from TokenDefinition)
Public propertyTenantId Gets the ID of the tenant associated with the token.
(Inherited from TokenDefinition)
Public propertyUpdatedBy Gets the user account ID that performed the last update.
(Inherited from TokenDefinition)
Public propertyUpdatedTime Gets the last update timestamp value.
(Inherited from TokenDefinition)
Top
Methods
 NameDescription
Public methodDefineLocalizedCaption Defines the localized caption.
(Inherited from TokenDefinition)
Top
See Also