DomainRelationshipInfo Class

Represents the metadata about a domain relationship.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Modeling.DomainObjectInfo
    Microsoft.VisualStudio.Modeling.DomainClassInfo
      Microsoft.VisualStudio.Modeling.DomainRelationshipInfo

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

Syntax

'Declaration
Public NotInheritable Class DomainRelationshipInfo _
    Inherits DomainClassInfo
public sealed class DomainRelationshipInfo : DomainClassInfo
public ref class DomainRelationshipInfo sealed : public DomainClassInfo
[<Sealed>]
type DomainRelationshipInfo =  
    class 
        inherit DomainClassInfo 
    end
public final class DomainRelationshipInfo extends DomainClassInfo

The DomainRelationshipInfo type exposes the following members.

Properties

  Name Description
Public property AllDescendants Gets a list of all domain classes derived from this class. (Inherited from DomainClassInfo.)
Public property AllDomainProperties Gets a list of domain properties declared on this domain class. (Inherited from DomainClassInfo.)
Public property AllDomainRolesPlayed Gets a read-only list of all the domain roles played by this class or its ascendants. (Inherited from DomainClassInfo.)
Public property AllEmbeddedByDomainRoles Gets a list of domain roles which embed this domain class. (Inherited from DomainClassInfo.)
Public property AllowsDuplicates Gets whether multiple instances of this domain relationship are allowed between the same pair of elements.
Public property BaseDomainClass Gets the domain class that this domain class inherits from. (Inherited from DomainClassInfo.)
Public property BaseDomainRelationship Gets the base domain relationship, if any.
Public property DefaultDomainProperty Gets the default domain property for this domain class. (Inherited from DomainClassInfo.)
Public property DisplayName Gets the display name of the element. (Inherited from DomainObjectInfo.)
Public property DomainModel Gets the domain model that this domain class belongs to. (Inherited from DomainClassInfo.)
Public property DomainRoles Gets a read-only list of the domain roles for this relationship.
Public property Id Gets the ID of the element. (Inherited from DomainObjectInfo.)
Public property ImplementationClass Gets the implementation type of this domain class. (Inherited from DomainClassInfo.)
Public property IsEmbedding Gets whether the player of the source role logically contains the players of the target role.
Public property IsValidationEnabled Gets whether validation is enabled for this domain class. (Inherited from DomainClassInfo.)
Public property LocalDescendants Gets a list of domain classes derived directly from this class. (Inherited from DomainClassInfo.)
Public property LocalDomainProperties Gets a list of the domain properties declared in this domain class. (Inherited from DomainClassInfo.)
Public property LocalDomainRolesPlayed Gets a list of the domain roles played by this domain class. (Inherited from DomainClassInfo.)
Public property Name Gets the name of the element. (Inherited from DomainObjectInfo.)
Public property NameDomainProperty Gets the element name property for this domain class. (Inherited from DomainClassInfo.)

Top

Methods

  Name Description
Public method Equals Equality is based on the ID of the DomainClassInfo object. (Inherited from DomainClassInfo.)
Public method FindDomainProperty Finds a domain property that is defined in this domain class. (Inherited from DomainClassInfo.)
Public method FindDomainRole Finds a domain role by name.
Public method GetHashCode Hashcode is based on the ID of this object (Inherited from DomainClassInfo.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsDerivedFrom(Guid) Indicates whether this domain class is derived from a specified domain class. (Inherited from DomainClassInfo.)
Public method IsDerivedFrom(DomainClassInfo) Indicates whether this domain class is derived from a specified domain class. (Inherited from DomainClassInfo.)
Public method ToString Converts the element to a string. (Inherited from DomainObjectInfo.)

Top

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

Microsoft.VisualStudio.Modeling Namespace