ScriptToken Class

Script-based parameter token definition.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.Parameters.TokensTokenDefinition
    Dundas.BI.Data.Parameters.TokensScriptToken

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 ScriptToken : TokenDefinition

The ScriptToken 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 propertyFormatOverride Gets or sets the format override, when applicable.
(Inherited from TokenDefinition)
Public propertyHierarchy Gets the hierarchy (only if the DataType is a hierarchy).
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.
(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 propertyStatement Gets or sets the script text.
Public propertyStatementType Gets the type of the script statement.
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 methodSetHierarchy Sets the hierarchy.
Public methodValidateScript Validates the script.
Top
See Also