ITokenServiceGetParameterTokens Method |
Gets the parameter tokens that are appropriate for the specified parameter options.
Namespace: Dundas.BI.Data.Parameters.TokensAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Guid
- The project ID.
- parameterDataTypes CompatibleDataTypes
- The parameter data types.
- tokenDisplayTypes TokenDisplayTypes
- The token display types.
- includeAttributeTokens Boolean
- Value that indicates if attribute tokens are to be included in the result.
- hierarchyEntityId Guid
- The hierarchy parent entity ID.
- hierarchyUniqueName String
- The unique name of the hierarchy.
Return Value
IListParameterTokenThe list of the parameter tokens.
Exceptions
See Also