Share via


DomainPropertyValueHandler<TElement, TValue> Members

Include Protected Members
Include Inherited Members

Represents the base class for strong-type domain property handlers.

The DomainPropertyValueHandler<TElement, TValue> type exposes the following members.

Constructors

 

Name

Description

Protected method

DomainPropertyValueHandler<TElement, TValue>

Initializes a new instance of the DomainPropertyValueHandler<TElement, TValue> class.

Top

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

GetValue

Gets the value of a domain property for a specified element.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Protected method

OnValueChanged

Occurs after a property value has been changed.

Protected method

OnValueChanging

Alerts listeners when a property value is about to change.

Public method

SetValue

Sets a domain property value for a specified element.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Protected method

ValueChanged

Adds a transaction record and raises the OnValueChanged event.

Protected method

ValueChanging

Performs validation and raises the OnValueChanging event.

Top

Properties

 

Name

Description

Public property

DomainPropertyId

Gets the ID of the domain property supported by this handler. (Inherited from DomainPropertyValueHandler.)

Top

See Also

Reference

DomainPropertyValueHandler<TElement, TValue> Class

Microsoft.VisualStudio.Modeling Namespace