DomainDataDirectory Class

 

Stores metadata about the domain models in the store.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling::DomainDataDirectory

public ref class DomainDataDirectory sealed 

NameDescription
System_CAPS_pubpropertyDomainClasses

Gets a list of the domain classes in the directory.

System_CAPS_pubpropertyDomainModels

Gets a list of domain models in the directory.

System_CAPS_pubpropertyDomainObjects

Gets a list of domain objects in the directory.

NameDescription
System_CAPS_pubmethodContains(Guid)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodFindDomainClass(Guid)

Finds a domain class by specifying its ID.

System_CAPS_pubmethodFindDomainClass(String^)

Finds a domain class by specifying its full name.

System_CAPS_pubmethodFindDomainClass(Type^)

Finds a domain class by specifying its implementation type.

System_CAPS_pubmethodFindDomainModel(Guid)

Finds a domain model in the data directory.

System_CAPS_pubmethodFindDomainModel(String^)

Finds a domain model by its full name.

System_CAPS_pubmethodFindDomainModel(Type^)

Finds a domain model by specifying its implementation type.

System_CAPS_pubmethodFindDomainProperty(Guid)

Finds a domain property with a specific ID.

System_CAPS_pubmethodFindDomainRelationship(Guid)

Finds a domain relationship with a specific ID.

System_CAPS_pubmethodFindDomainRelationship(String^)

Finds a domain relationship with a specific ID.

System_CAPS_pubmethodFindDomainRelationship(Type^)

Finds a domain relationship by implementation type.

System_CAPS_pubmethodFindDomainRole(Guid)

Finds a domain role with a specific ID.

System_CAPS_pubmethodGetDomainClass(Guid)

Gets a domain class with a specific ID.

System_CAPS_pubmethodGetDomainClass(String^)

Gets a domain class by full name.

System_CAPS_pubmethodGetDomainClass(Type^)

Gets a domain class by implementation type.

System_CAPS_pubmethodGetDomainModel(Guid)

Gets a domain model with a specific ID.

System_CAPS_pubmethodGetDomainModel(String^)

Gets a domain model by full name.

System_CAPS_pubmethodGetDomainModel(Type^)

Gets a domain model by its implementation type.

System_CAPS_pubmethodGetDomainProperty(Guid)

Gets a domain property with a specific ID.

System_CAPS_pubmethodGetDomainRelationship(Guid)

Gets a domain relationship with a specific ID.

System_CAPS_pubmethodGetDomainRelationship(String^)

Gets a domain relationship by the full name.

System_CAPS_pubmethodGetDomainRelationship(Type^)

Gets a domain relationship by the implementation type.

System_CAPS_pubmethodGetDomainRole(Guid)

Gets a domain role with a specific ID.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

You can use this class to retrieve information about a domain model, including its classes, properties, relationships, and roles.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: