QueryFilterRuleDataGetProperValue Method

Helper method to convert this.Value into a proper value (collection or otherwise).

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
protected Object GetProperValue(
	Func<Object, Object> converter
)

Parameters

converter
Type: SystemFuncObject, Object
The converter that is called to convert each item to the correct type.

Return Value

Type: Object
The correctly typed result.
See Also