Click or drag to resize

ValueExpressionAttributeBaseExpression Property

Gets C# expression that will evaluate to the desired value.

Namespace: GSF.ComponentModel
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntax
public string Expression { get; }
View Source

Property Value

String

Implements

IValueExpressionAttributeExpression
Remarks
Use the GetPropertyUpdateValue(PropertyInfo) method to get a per-property based value for use with the ValueExpressionParser. Use DeriveExpression(String, IValueExpressionAttribute, MemberInfo, String) to automatically replace any this keywords with Instance so as to properly reference the modeled Instance.
See Also