AttributeToken Class

Attribute based parameter token definition.
Inheritance Hierarchy

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 class AttributeToken : TokenDefinition

The AttributeToken type exposes the following members.

Constructors
  NameDescription
Public methodAttributeToken
Initializes a new instance of the AttributeToken class.
Top
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 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 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.)
Public methodUpdateDataType
Updates the data type of the attribute token.
Top
See Also