[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.ExpressionEngine.GetBindingExpression

GetBindingExpression Method

GetBindingExpression(IEnumerable<PropertyInfo>, IEnumerable<string>)

Gets a binding expression.

Declaration
protected virtual IExpression GetBindingExpression(IEnumerable<PropertyInfo> propertyInfo, IEnumerable<string> property)
Parameters
Type Name Description
IEnumerable<PropertyInfo> propertyInfo

the path in the binding source.

IEnumerable<string> property

the names of path in the binding source.

Returns
Type Description
IExpression