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.1.0.1001)
Syntax
public interface IParameterService

The IParameterService type exposes the following members.

Methods
  NameDescription
Public methodGetParameterValueFromQueryString(Guid, Guid, String)
Public methodGetParameterValueFromQueryString(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.
Public methodGetParameterValueFromQueryStringValue(Guid, Guid, QueryStringValue)
Public methodGetParameterValueFromQueryStringValue(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.
Public methodGetParameterValueText
Gets a String representation of a ParameterValue.
Public methodGetParameterValueTextWithResolvedTokens
Gets a String representation of a ParameterValue.
Public methodResolveParameterValue
Gets a resolved ParameterValue with discrete values from a tokenized ParameterValue.
Top
See Also