Click or drag to resize

ValueExpressionAttributeBaseGetPropertyUpdateValue Method

Gets the Expression based value used to update a modeled property.

Namespace: GSF.ComponentModel
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.300-beta+b2186e2cd1f968c931b0e151fdd7c839f3d1e9cf
Syntax
public virtual string GetPropertyUpdateValue(
	PropertyInfo property
)
View Source

Parameters

property  PropertyInfo
Property from which attribute was derived.

Return Value

String
Expression based on source property.

Implements

IValueExpressionAttributeGetPropertyUpdateValue(PropertyInfo)
Remarks

This function allows derived attribute implementations to adjust the expression based on property information, e.g., property type.

The property update value is typically used to assign expression values to a modeled type.

See Also