|
IValueExpressionAttributeGetPropertyUpdateValue Method
|
Gets the
Expression based value used to update a modeled property.
Namespace: GSF.ComponentModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
Syntaxfunction GetPropertyUpdateValue(property);
View SourceParameters
- property PropertyInfo
- Property from which attribute was derived.
Return Value
StringExpression based on source property.
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