TimeToken Class

Token which resolves to a value relative to the current date/time.
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 TimeToken : TokenDefinition

The TimeToken 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 propertyDataType
Gets the token data type.
(Inherited from TokenDefinition.)
Public propertyDisplayType
Gets the token display type.
(Inherited from TokenDefinition.)
Public propertyEndMemberGranularity
Gets or sets the granularity of the end member (only for full range tokens).
Public propertyEndMemberOffset
Gets or sets the offset for the end member (only for full range tokens).
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.
(Inherited from TokenDefinition.)
Public propertyIsOffsetSupported
Gets or sets a value indicating whether this token supports offset.
(Inherited from TokenDefinition.)
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 propertyMemberGranularity
Gets or sets the granularity of the start (or single) member.
Public propertyMemberOffset
Gets or sets the initial date/time offset for the start (or single) member.
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.)
Top
See Also