ElementListCompartmentMapping Constructor (String^, Guid, ElementListGetter^, DisplayStringGetter^, DisplayImageGetter^)
Visual Studio 2015
Constructor for a mapping that does not use a domain property but uses a fully custom string for display name.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public:
ElementListCompartmentMapping(
String^ compartmentId,
Guid domainClassId,
ElementListGetter^ elementListGetter,
DisplayStringGetter^ stringGetter,
DisplayImageGetter^ imageGetter
)
Parameters
- compartmentId
-
Type:
System::String^
Initial id value.
- domainClassId
- Type: System::Guid
- elementListGetter
- Type: Microsoft.VisualStudio.Modeling.Diagrams::ElementListGetter^
- stringGetter
- Type: Microsoft.VisualStudio.Modeling.Diagrams::DisplayStringGetter^
- imageGetter
- Type: Microsoft.VisualStudio.Modeling.Diagrams::DisplayImageGetter^
- propertyId
Initial property id value.
- relationType
Initial relationship type.
- childRoleId
Initial child role id value.
- parentRoleId
Initial parent role id value.
- metaClassId
Initial metaclass id value.
Show: