DomainModel.DomainMemberInfo Members

Stores information about a domain property in a domain model.

The DomainModel.DomainMemberInfo type exposes the following members.

Constructors

  Name Description
Public method DomainModel.DomainMemberInfo Initializes a new instance of the DomainModel.DomainMemberInfo 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 attempt to free resources and perform other cleanup operations before the Object 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.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property DomainClassType Get the domain class that declares the property.
Public property Id Gets the ID of the property.
Public property Name Gets the name of the property.
Public property ValueHandlerType Gets the type of value handler for the property.

Top

See Also

Reference

DomainModel.DomainMemberInfo Class

Microsoft.VisualStudio.Modeling Namespace