DomainRoleAttribute Class

 

Indicates that the target is a domain role of 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::DomainRoleAttribute

[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false, 
	Inherited = false)]
public ref class DomainRoleAttribute sealed : Attribute

NameDescription
System_CAPS_pubmethodDomainRoleAttribute(DomainRoleOrder)

Initializes a new instance of DomainRoleAttribute class.

NameDescription
System_CAPS_pubpropertyMultiplicity

Gets the multiplicity setting of the domain role in the domain relationship.

System_CAPS_pubpropertyOrder

Gets the order of the domain role in the domain relationship.

System_CAPS_pubpropertyPropagatesCopy

Gets or sets whether the domain role propagates copy operations through this role to the opposite role.

System_CAPS_pubpropertyPropagatesDelete

Gets or sets whether the domain role propagates delete operations through this role to the opposite role.

System_CAPS_pubpropertyPropertyDisplayNameKey

Gets or sets the key for the Display Name property.

System_CAPS_pubpropertyPropertyName

Gets or sets the name of the property generated on the role player to access opposite role players.

System_CAPS_pubpropertyRolePlayer

Gets or sets the domain class playing this 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: