public virtual string GetExpressionUpdateValue(
PropertyInfo property
)
Public Overridable Function GetExpressionUpdateValue (
property As PropertyInfo
) As String
public:
virtual String^ GetExpressionUpdateValue(
PropertyInfo^ property
)
function GetExpressionUpdateValue(property);
This function allows derived attribute implementations to adjust the update value based on property information, e.g., property type.
The expression update value is typically used to assign modeled property values back to expressions allowing synchronization of a model with an external source, e.g., a user interface element.