IParameterService Interface |
Interface for passing parameters to the engine without having to serialize and short link the values.
Namespace: Dundas.BI.Data.ParametersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic interface IParameterService
Public Interface IParameterService
public interface class IParameterService
type IParameterService = interface end
The IParameterService type exposes the following members.
Methods| | Name | Description |
|---|
 | GetParameterValueFromQueryString(Guid, Guid, String) |
Gets a ParameterValue from a QueryStringValue.
|
 | GetParameterValueFromQueryString(Guid, Guid, String, ParameterValueTypes) |
Gets a ParameterValue from a QueryStringValue, if the ParameterValueTypes value of the returned ParameterValue
does not match the type requested by valueType then a ParameterValue with a Token of NoSelection will be returned.
|
 | GetParameterValueFromQueryStringValue(Guid, Guid, QueryStringValue) |
Gets a ParameterValue from a QueryStringValue.
|
 | GetParameterValueFromQueryStringValue(Guid, Guid, QueryStringValue, ParameterValueTypes) |
Gets a ParameterValue from a QueryStringValue, if the ParameterValueTypes value of the returned ParameterValue
does not match the type requested by valueType then a ParameterValue with a Token of NoSelection will be returned.
|
 | GetParameterValueText |
Gets a String representation of a ParameterValue.
|
 | GetParameterValueTextWithResolvedTokens |
Gets a String representation of a ParameterValue.
|
 | ResolveParameterValue |
Gets a resolved ParameterValue with discrete values from a tokenized ParameterValue.
|
Top
See Also