Click or drag to resize

ValueExpressionParserT(IValueExpressionAttribute, PropertyInfo) Constructor

Creates a new ValueExpressionParser from the specified valueExpressionAttribute and property parameters deriving the base expression value from GetPropertyUpdateValue(PropertyInfo).

Namespace: GSF.ComponentModel
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.243-beta+92d6762f3b12bbbc557022a0922be296d2dc09be
Syntax
public ValueExpressionParser(
	IValueExpressionAttribute valueExpressionAttribute,
	PropertyInfo property
)
View Source

Parameters

valueExpressionAttribute  IValueExpressionAttribute
Source IValueExpressionAttribute instance.
property  PropertyInfo
Source PropertyInfo instance.
See Also