PropertyExpressionEngine.Process (Dictionary<StringObject>, String, out PropertyExpressionInfo, Boolean) Method
Public Function Process( _
ByVal inputs As Dictionary(Of String, Object), _
ByVal property_expression As String, _
ByRef value As PropertyExpressionInfo, _
Optional ByVal return_blank_on_no_match As Boolean = false _
) As Boolean
This language is not supported or no code example is available.
public bool Process(
Dictionary<string, object> inputs,
string property_expression,
out PropertyExpressionInfo value,
bool return_blank_on_no_match = false
)
This language is not supported or no code example is available.
public:
bool Process(
Dictionary<String^, object^>^ inputs,
String^ property_expression,
PropertyExpressionInfo^& value,
bool return_blank_on_no_match
)
This language is not supported or no code example is available.
Parameters
- inputs
- Dictionary<string, object>
<default>
- property_expression
- string
<default>
- value
- PropertyExpressionInfo
<default>
- return_blank_on_no_match
- bool