Click or drag to resize

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

Parameters

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