DomainDataDirectory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores information about ___domain models loaded into the Store.
public ref class DomainDataDirectory sealed
[System.Diagnostics.DebuggerDisplay("DomainDataDirectory ({domainObjects.Count} objects in {domainModels.Count} models)")]
[System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.VisualStudio.Modeling.DomainDataDirectory+DebugView))]
public sealed class DomainDataDirectory
[<System.Diagnostics.DebuggerDisplay("DomainDataDirectory ({domainObjects.Count} objects in {domainModels.Count} models)")>]
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.VisualStudio.Modeling.DomainDataDirectory+DebugView))>]
type DomainDataDirectory = class
Public NotInheritable Class DomainDataDirectory
- Inheritance
-
DomainDataDirectory
- Attributes
Properties
DomainClasses |
Gets a read-only list ___domain classes loaded into directory. |
DomainModels |
Gets a read-only list ___domain models loaded into directory. |
DomainObjects |
Gets a read-only list ___domain objects loaded into directory. |
Methods
Contains(Guid) |
Returns true when the directory contains an object with specified id. |
FindDomainClass(Guid) |
Find a ___domain class by Id. |
FindDomainClass(String) |
Finds a ___domain class whose full name matches the given name. |
FindDomainClass(Type) |
Finds ___domain class by implementation type. |
FindDomainModel(Guid) |
Finds ___domain model by Id. |
FindDomainModel(String) |
Finds ___domain model by full name. |
FindDomainModel(Type) |
Finds ___domain model by implementation type. |
FindDomainProperty(Guid) |
Find ___domain property by Id. |
FindDomainRelationship(Guid) |
Find ___domain relationship by Id. |
FindDomainRelationship(String) |
Finds a ___domain relationship whose full name matches the given name. |
FindDomainRelationship(Type) |
Finds ___domain relationship by implementation type. |
FindDomainRole(Guid) |
Finds ___domain role by Id. |
GetDomainClass(Guid) |
Gets ___domain class by Id. |
GetDomainClass(String) |
Gets ___domain class by full name. |
GetDomainClass(Type) |
Gets ___domain class by implementation type. |
GetDomainModel(Guid) |
Gets ___domain model by Id. |
GetDomainModel(String) |
Gets ___domain model by full name. |
GetDomainModel(Type) |
Gets ___domain model by implementation type. |
GetDomainProperty(Guid) |
Gets ___domain property by Id. |
GetDomainRelationship(Guid) |
Gets ___domain relationship by Id. |
GetDomainRelationship(String) |
Gets ___domain relationship by full name. |
GetDomainRelationship(Type) |
Gets ___domain relationship by implementation type. |
GetDomainRole(Guid) |
Gets ___domain role by Id. |