DomainModelInfo Class

 

Represents a domain model definition.

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

System::Object
  Microsoft.VisualStudio.Modeling::DomainObjectInfo
    Microsoft.VisualStudio.Modeling::DomainModelInfo

public ref class DomainModelInfo sealed : DomainObjectInfo

NameDescription
System_CAPS_pubpropertyDisplayName

Gets the display name of the element.(Inherited from DomainObjectInfo.)

System_CAPS_pubpropertyDomainClasses

Gets a list of the domain classes that are defined in this domain model.

System_CAPS_pubpropertyDomainModel

Gets the domain model to which the element is assigned.(Inherited from DomainObjectInfo.)

System_CAPS_pubpropertyDomainRelationships

Gets a list of the domain relationships that are defined in this domain model

System_CAPS_pubpropertyExtendedDomainModels

Gets a list of the domain models that this domain model extends.

System_CAPS_pubpropertyId

Gets the ID of the element.(Inherited from DomainObjectInfo.)

System_CAPS_pubpropertyImplementationType

Gets the implementation type of this domain model.

System_CAPS_pubpropertyMonikerResolver

Gets a moniker resolver instance for this domain model.

System_CAPS_pubpropertyName

Gets the name of the element.(Inherited from DomainObjectInfo.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Converts the element to a string.(Inherited from DomainObjectInfo.)

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: