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)
Syntaxprotected Object GetProperValue(
Func<Object, Object> converter
)
Protected Function GetProperValue (
converter As Func(Of Object, Object)
) As Object
protected:
Object^ GetProperValue(
Func<Object^, Object^>^ converter
)
member GetProperValue :
converter : Func<Object, Object> -> Object
Parameters
- converter
- Type: SystemFuncObject, Object
The converter that is called to convert each item to the correct type.
Return Value
Type:
ObjectThe correctly typed result.
See Also