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

Parameters

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