DomainObjectIdAttribute Class

 

Represents the ID of a domain object.

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::DomainObjectIdAttribute

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

NameDescription
System_CAPS_pubmethodDomainObjectIdAttribute(String^)

Initializes a new instance of the DomainObjectIdAttribute class.

NameDescription
System_CAPS_pubpropertyId

Gets the ID for the domain object.

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.)

This attribute is applied to domain model elements, including classes, properties, relationships, and so forth, to specify their unique ID.

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: