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

Parameters

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