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) |