Click or drag to resize

ValueExpressionParserTCreateInstance Method

Overload List
  Name Description
Public method Static member CreateInstance(IEnumerablePropertyInfo, TypeRegistry) Generates a delegate that will create new instance of type T applying any specified DefaultValueAttribute or DefaultValueExpressionAttribute instances that are declared on the type T properties.
Public method Static member CreateInstanceTExpressionScope(IEnumerablePropertyInfo, TypeRegistry) Generates a delegate that will create new instance of type T accepting a contextual IValueExpressionScopeT object parameter applying any specified DefaultValueAttribute or DefaultValueExpressionAttribute instances that are declared on the type T properties.
Top
See Also