DomainPropertyInfo Class

 

Represents a property of a domain class.

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

System::Object
  Microsoft.VisualStudio.Modeling::DomainObjectInfo
    Microsoft.VisualStudio.Modeling::DomainPropertyInfo

public ref class DomainPropertyInfo sealed : DomainObjectInfo

NameDescription
System_CAPS_pubpropertyDefaultValue

Gets the default value of this domain property.

System_CAPS_pubpropertyDisplayName

Gets the display name of the element.(Inherited from DomainObjectInfo.)

System_CAPS_pubpropertyDomainClass

Gets the domain class where this property is declared.

System_CAPS_pubpropertyDomainModel

Gets domain model where the domain class that has this property is defined.(Overrides DomainObjectInfo::DomainModel.)

System_CAPS_pubpropertyElementNameProvider

Gets a unique name provider for this domain property.

System_CAPS_pubpropertyId

Gets the ID of the element.(Inherited from DomainObjectInfo.)

System_CAPS_pubpropertyKind

Gets the kind for this property.

System_CAPS_pubpropertyName

Gets the name of the element.(Inherited from DomainObjectInfo.)

System_CAPS_pubpropertyPropertyInfo

Gets the information about the domain property.

System_CAPS_pubpropertyPropertyType

Gets the type that is assigned to the property.

System_CAPS_pubpropertyValueHandler

Gets the value handler for this property.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValue(ModelElement^)

Gets the value of a property for a specific model element.

System_CAPS_pubmethodNotifyValueChange(ModelElement^)

Notifies listeners that a value for a property has changed.

System_CAPS_pubmethodSetValue(ModelElement^, Object^)

Sets the property value on a given model element.

System_CAPS_pubmethodToString()

Converts the element to a string.(Inherited from DomainObjectInfo.)

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: