PropertyExpressionEngine.Process (Dictionary<StringObject>, String, out PropertyExpressionInfo, Boolean) Method

Process an expression against a set of inputs
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.
JScript does not support generic types and methods.
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

Return Value

bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition