DomainObjectInfo Class

Represents an element in a domain model.

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

Syntax

'Declaration
Public MustInherit Class DomainObjectInfo
'Usage
Dim instance As DomainObjectInfo
public abstract class DomainObjectInfo
public ref class DomainObjectInfo abstract
public abstract class DomainObjectInfo

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.DomainObjectInfo
    Microsoft.VisualStudio.Modeling.DomainClassInfo
    Microsoft.VisualStudio.Modeling.DomainModelInfo
    Microsoft.VisualStudio.Modeling.DomainPropertyInfo
    Microsoft.VisualStudio.Modeling.DomainRoleInfo

Thread Safety

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

See Also

Reference

DomainObjectInfo Members

Microsoft.VisualStudio.Modeling Namespace