Process an expression against a set of inputs

Namespace: Contracts.Expressions.Properties
Assembly: Contracts (in Contracts.dll)

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
Type: Dictionary<string, object>

<default>

property_expression
Type: string

<default>

value
Type: PropertyExpressionInfo

<default>

return_blank_on_no_match
Type: bool

Return Value

Type: 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