ValueExpressionAttributeBaseGetPropertyUpdateValue Method

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

Definition

Namespace: Gemstone.Expressions.Model
Assembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.164 -- Release Build+0b8b4f25483dbf776f178d6e345f9c593290449b
public virtual string GetPropertyUpdateValue(
	PropertyInfo property
)

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.

Default implementation should return Expression.

See Also