ITokenService.GetParameterTokens Method |
Gets the parameter tokens that are appropriate for the specified parameter options.
Namespace:
Dundas.BI.Data.Parameters.Tokens
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
SyntaxIList<ParameterToken> GetParameterTokens(
Guid projectId,
CompatibleDataTypes parameterDataTypes,
TokenDisplayTypes tokenDisplayTypes,
bool includeAttributeTokens,
Guid hierarchyEntityId,
string? hierarchyUniqueName
)
Function GetParameterTokens (
projectId As Guid,
parameterDataTypes As CompatibleDataTypes,
tokenDisplayTypes As TokenDisplayTypes,
includeAttributeTokens As Boolean,
hierarchyEntityId As Guid,
hierarchyUniqueName As String
) As IList(Of ParameterToken)
IList<ParameterToken^>^ GetParameterTokens(
Guid projectId,
CompatibleDataTypes parameterDataTypes,
TokenDisplayTypes tokenDisplayTypes,
bool includeAttributeTokens,
Guid hierarchyEntityId,
String^ hierarchyUniqueName
)
abstract GetParameterTokens :
projectId : Guid *
parameterDataTypes : CompatibleDataTypes *
tokenDisplayTypes : TokenDisplayTypes *
includeAttributeTokens : bool *
hierarchyEntityId : Guid *
hierarchyUniqueName : string -> IList<ParameterToken>
Parameters
- projectId
- Type: System.Guid
The project ID. - parameterDataTypes
- Type: Dundas.BI.Data.Parameters.CompatibleDataTypes
The parameter data types. - tokenDisplayTypes
- Type: Dundas.BI.Data.Parameters.Tokens.TokenDisplayTypes
The token display types. - includeAttributeTokens
- Type: System.Boolean
Value that indicates if attribute tokens are to be included in the result. - hierarchyEntityId
- Type: System.Guid
The hierarchy parent entity ID. - hierarchyUniqueName
- Type: System.String
The unique name of the hierarchy.
Return Value
Type:
IList<ParameterToken>The list of the parameter tokens.
Exceptions
See Also