Click or drag to resize

ValueExpressionParser<T> .UpdateExpressions Method

Overload List
  Name Description
Public method Static member UpdateExpressions(IEnumerable<PropertyInfo> , TypeRegistry) Generates a delegate that will execute expression assignments on an instance of type T where expressions are TypeConvertedValueExpressionAttribute instances that are declared on the type T properties. Target T instance is accepted as the parameter to the returned delegate Action<T>.
Public method Static member UpdateExpressions<TExpressionScope> (IEnumerable<PropertyInfo> , TypeRegistry) Generates a delegate that will execute expression assignments on an instance of type T accepting a contextual IValueExpressionScope<T> object parameter where expressions are TypeConvertedValueExpressionAttribute instances that are declared on the type T properties. Target T instance needs to be assigned to the Instance property prior to call.
Top
See Also