ITokenService Interface |
Namespace: Dundas.BI.Data.Parameters.Tokens
The ITokenService type exposes the following members.
Name | Description | |
---|---|---|
CreateGlobalDataToken |
Creates a new global data token based on the specified data source element.
| |
CreateTenantDataToken |
Creates a new tenant data token based on the specified data source element.
| |
Delete |
Deletes the specified token.
| |
GetParameterTokens |
Gets the parameter tokens that are appropriate for the specified parameter options.
| |
GetToken |
Gets the token by its ID.
| |
GetTokenEntityIds | Gets the entity IDs using specified token. | |
GetVisibleTokens |
Gets the definitions of all tokens visible to the caller, filtered by project ID.
| |
PromoteToGlobal |
Promotes existing project or account token to global.
| |
ResolveToken(Guid, Int32, TokenDisplayTypes) |
Resolves the token to display in the UI.
| |
ResolveToken(Guid, Int32, TokenDisplayTypes, IHierarchy) |
Resolves the token to display in the UI.
| |
Save |
Saves the specified token.
| |
TokenQuery |
Gets the tokens corresponding to the query criteria.
| |
TokenQueryCount |
Gets the number of tokens corresponding to the query criteria.
|