DomainRelationshipAttribute Class

 

Indicates that the target is a domain relationship.

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

System::Object
  System::Attribute
    Microsoft.VisualStudio.Modeling::DomainRelationshipAttribute

[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false)]
public ref class DomainRelationshipAttribute sealed : Attribute

NameDescription
System_CAPS_pubmethodDomainRelationshipAttribute()

Initializes a new instance of the DomainRelationshipAttribute class.

NameDescription
System_CAPS_pubpropertyAllowsDuplicates

Gets or sets whether domain relationship allows creating multiple instances between the same pair of elements.

System_CAPS_pubpropertyIsEmbedding

Gets and sets whether the domain object in the source role embeds domain objects in the target role.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: