CalculatedPropertyValueHandler<TElement, TValue> Members
Include Protected Members
Include Inherited Members
Base class for calculated domain property handlers.
The CalculatedPropertyValueHandler<TElement, TValue> type exposes the following members.
Constructors
Name
Description
CalculatedPropertyValueHandler<TElement, TValue>
Initializes a new instance of the CalculatedPropertyValueHandler<TElement, TValue> class.
Top
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Gets the value of a domain property for a specified element. (Inherited from DomainPropertyValueHandler<TElement, TValue>.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Alerts listeners that the calculated value of a domain property has changed.
Occurs after a property value has been changed. (Inherited from DomainPropertyValueHandler<TElement, TValue>.)
Alerts listeners when a property value is about to change. (Inherited from DomainPropertyValueHandler<TElement, TValue>.)
Sets the value of a domain property for an element. (Overrides DomainPropertyValueHandler<TElement, TValue>.SetValue(TElement, TValue).)
Returns a string that represents the current object. (Inherited from Object.)
Adds a transaction record and raises the OnValueChanged event. (Inherited from DomainPropertyValueHandler<TElement, TValue>.)
Performs validation and raises the OnValueChanging event. (Inherited from DomainPropertyValueHandler<TElement, TValue>.)
Top
Properties
Name
Description
Gets the ID of the domain property supported by this handler. (Inherited from DomainPropertyValueHandler.)
Top