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.181-beta
Syntax
public ValueExpressionParser(
	IValueExpressionAttribute valueExpressionAttribute,
	PropertyInfo property
)
View Source

Parameters

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