CompartmentMapping Class

 

Base class for compartment mappings. Compartment mappings provide the glue between the content of compartments and the underlying object model

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 CompartmentMapping abstract 

NameDescription
System_CAPS_protmethodCompartmentMapping(String^)

Constructor that takes all of the intial values.

NameDescription
System_CAPS_pubpropertyCompartmentId

Gets or sets the Compartment identifier.

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^)

Update the compartment with the value specified by this mapping from the object model

System_CAPS_pubmethodInitializeCompartmentShape(CompartmentShape^)

Update the compartment specified by this mapping with the value specified by this mapping from the object model

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

The base class for compartment mappings. Compartment mappings provide the glue between the content of compartments and the underlying object model.

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: