DomainModelInfo 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.
Represents a domain model definition.
public ref class DomainModelInfo sealed : Microsoft::VisualStudio::Modeling::DomainObjectInfo
[System.Diagnostics.DebuggerDisplay("DomainModel (Name = {name})")]
public sealed class DomainModelInfo : Microsoft.VisualStudio.Modeling.DomainObjectInfo
[<System.Diagnostics.DebuggerDisplay("DomainModel (Name = {name})")>]
type DomainModelInfo = class
inherit DomainObjectInfo
Public NotInheritable Class DomainModelInfo
Inherits DomainObjectInfo
- Inheritance
- Attributes
Properties
DisplayName |
Gets display name of this domain object. (Inherited from DomainObjectInfo) |
DomainClasses |
Gets a read-only list of domain classes defined in this domain model. |
DomainModel |
Gets domain model this object belongs to. (Inherited from DomainObjectInfo) |
DomainRelationships |
Gets a read-only list of domain relationships defined in this domain model. |
ExtendedDomainModels |
Gets a read-only list of domain models this domain model extends. |
Id |
Gets the ID of this domain object. (Inherited from DomainObjectInfo) |
ImplementationType |
Gets implementation type of this domain model. |
MonikerResolver |
Gets moniker resolver instance for this domain model. |
Name |
Gets the name of this domain object. (Inherited from DomainObjectInfo) |
Methods
ToString() |
Gets string representing of this object. (Inherited from DomainObjectInfo) |