ElementListCompartmentMapping Class

 

A mapping for ListCompartments that knows about the relationship that's being modeled in the compartment, and the property that's being displayed in the list.

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

System::Object
  Microsoft.VisualStudio.Modeling.Diagrams::CompartmentMapping
    Microsoft.VisualStudio.Modeling.Diagrams::ElementListCompartmentMapping

public ref class ElementListCompartmentMapping : CompartmentMapping

NameDescription
System_CAPS_pubpropertyCompartmentId

Gets or sets the Compartment identifier.(Inherited from CompartmentMapping.)

System_CAPS_pubpropertyDefaultDomainClassId

Gets or sets the DomainClassId of the default type of item that will get created and added to the appropriate list.

System_CAPS_pubpropertyElementListGetter

Get/Set the element list delegate

System_CAPS_pubpropertyImageGetter

Get/Set the line item image delegate

System_CAPS_pubpropertyPropertyElementGetter

Get/Set the property element delegate

System_CAPS_pubpropertyPropertyId

Gets or sets the PropertyId for the ElementListCompartment's display item.

System_CAPS_pubpropertyStringGetter

Get/Set the line item text delegate

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInitializeCompartment(Compartment^)

Initialize the compartment from its mapping data.(Overrides CompartmentMapping::InitializeCompartment(Compartment^).)

System_CAPS_pubmethodInitializeCompartmentShape(CompartmentShape^)

Update the compartment specified by this mapping with the value specified by this mapping from the object model(Inherited from CompartmentMapping.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

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: