ElementListCompartmentMapping Constructor (String^, Guid, Guid, ElementListGetter^, PropertyElementGetter^, DisplayStringGetter^, DisplayImageGetter^)

 

Constructor that takes all of the initial values.

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

public:
ElementListCompartmentMapping(
	String^ compartmentId,
	Guid propertyId,
	Guid domainClassId,
	ElementListGetter^ elementListGetter,
	PropertyElementGetter^ propertyElementGetter,
	DisplayStringGetter^ stringGetter,
	DisplayImageGetter^ imageGetter
)

Parameters

compartmentId
Type: System::String^

Initial id value.

propertyId
Type: System::Guid

Initial property id value.

domainClassId
Type: System::Guid
elementListGetter
Type: Microsoft.VisualStudio.Modeling.Diagrams::ElementListGetter^
propertyElementGetter
Type: Microsoft.VisualStudio.Modeling.Diagrams::PropertyElementGetter^
stringGetter
Type: Microsoft.VisualStudio.Modeling.Diagrams::DisplayStringGetter^
imageGetter
Type: Microsoft.VisualStudio.Modeling.Diagrams::DisplayImageGetter^
relationType

Initial relationship type.

childRoleId

Initial child role id value.

parentRoleId

Initial parent role id value.

metaClassId

Initial metaclass id value.

Return to top
Show: