Share via


DomainDataDirectory Members

Include Protected Members
Include Inherited Members

Stores metadata about the domain models in the store.

The DomainDataDirectory type exposes the following members.

Methods

 

Name

Description

Public method

Contains

Indicates whether the directory contains an object with a specific ID.

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

FindDomainClass

Overloaded. Finds a domain class in the data directory.

Public method

FindDomainModel

Overloaded. Finds a domain model in the data directory.

Public method

FindDomainProperty

Finds a domain property with a specific ID.

Public method

FindDomainRelationship

Overloaded. Finds a domain relationship.

Public method

FindDomainRole

Finds a domain role with a specific ID.

Public method

GetDomainClass

Overloaded. Gets a domain class.

Public method

GetDomainModel

Overloaded. Gets a domain model.

Public method

GetDomainProperty

Gets a domain property with a specific ID.

Public method

GetDomainRelationship

Overloaded. Gets a domain relationship.

Public method

GetDomainRole

Gets a domain role with a specific ID.

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

DomainClasses

Gets a list of the domain classes in the directory.

Public property

DomainModels

Gets a list of domain models in the directory.

Public property

DomainObjects

Gets a list of domain objects in the directory.

Top

See Also

Reference

DomainDataDirectory Class

Microsoft.VisualStudio.Modeling Namespace