Share via


DomainPropertyInfo Members

Include Protected Members
Include Inherited Members

Represents a property of a domain class.

The DomainPropertyInfo type exposes the following members.

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 property for a specific model element.

Protected method

MemberwiseClone

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

Public method

NotifyValueChange

Notifies listeners that a value for a property has changed.

Public method

SetValue

Sets the property value on a given model element.

Public method

ToString

Converts the element to a string. (Inherited from DomainObjectInfo.)

Top

Properties

 

Name

Description

Public property

DefaultValue

Gets the default value of this domain property.

Public property

DisplayName

Gets the display name of the element. (Inherited from DomainObjectInfo.)

Public property

DomainClass

Gets the domain class where this property is declared.

Public property

DomainModel

Gets domain model where the domain class that has this property is defined. (Overrides DomainObjectInfo.DomainModel.)

Public property

ElementNameProvider

Gets a unique name provider for this domain property.

Public property

Id

Gets the ID of the element. (Inherited from DomainObjectInfo.)

Public property

Kind

Gets the kind for this property.

Public property

Name

Gets the name of the element. (Inherited from DomainObjectInfo.)

Public property

PropertyInfo

Gets the information about the domain property.

Public property

PropertyType

Gets the type that is assigned to the property.

Public property

ValueHandler

Gets the value handler for this property.

Top

See Also

Reference

DomainPropertyInfo Class

Microsoft.VisualStudio.Modeling Namespace