IParameterService Interface |
Interface for passing parameters to the engine without having to serialize and short link the values.
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.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) | |
 | GetParameterValueFromQueryString(Guid, Guid, String, ParameterValueTypes) | |
 | GetParameterValueFromQueryStringValue(Guid, Guid, QueryStringValue) | |
 | GetParameterValueFromQueryStringValue(Guid, Guid, QueryStringValue, ParameterValueTypes) | |
 | GetParameterValueText | |
 | GetParameterValueTextWithResolvedTokens | |
 | ResolveParameterValue | |
Top
See Also