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.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Microsoft.VisualStudio.Modeling.Diagrams::CompartmentMapping
Microsoft.VisualStudio.Modeling.Diagrams::ElementListCompartmentMapping
| Name | Description | |
|---|---|---|
![]() | ElementListCompartmentMapping(String^, Guid, ElementListGetter^, DisplayStringGetter^, DisplayImageGetter^) | Constructor for a mapping that does not use a domain property but uses a fully custom string for display name. |
![]() | ElementListCompartmentMapping(String^, Guid, Guid, ElementListGetter^, PropertyElementGetter^, DisplayStringGetter^, DisplayImageGetter^) | Constructor that takes all of the initial values. |
| Name | Description | |
|---|---|---|
![]() | CompartmentId | Gets or sets the Compartment identifier.(Inherited from CompartmentMapping.) |
![]() | DefaultDomainClassId | Gets or sets the DomainClassId of the default type of item that will get created and added to the appropriate list. |
![]() | ElementListGetter | Get/Set the element list delegate |
![]() | ImageGetter | Get/Set the line item image delegate |
![]() | PropertyElementGetter | Get/Set the property element delegate |
![]() | PropertyId | Gets or sets the PropertyId for the ElementListCompartment's display item. |
![]() | StringGetter | Get/Set the line item text delegate |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeCompartment(Compartment^) | Initialize the compartment from its mapping data.(Overrides CompartmentMapping::InitializeCompartment(Compartment^).) |
![]() | InitializeCompartmentShape(CompartmentShape^) | Update the compartment specified by this mapping with the value specified by this mapping from the object model(Inherited from CompartmentMapping.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


