CompartmentMapping Class
Base class for compartment mappings. Compartment mappings provide the glue between the content of compartments and the underlying object model
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Modeling.Diagrams.CompartmentMapping
Microsoft.VisualStudio.Modeling.Diagrams.ElementListCompartmentMapping
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public MustInherit Class CompartmentMapping
public abstract class CompartmentMapping
public ref class CompartmentMapping abstract
[<AbstractClass>]
type CompartmentMapping = class end
public abstract class CompartmentMapping
The CompartmentMapping type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CompartmentMapping | Constructor that takes all of the intial values. |
Top
Properties
Name | Description | |
---|---|---|
CompartmentId | Gets or sets the Compartment identifier. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitializeCompartment | Update the compartment with the value specified by this mapping from the object model | |
InitializeCompartmentShape | Update the compartment specified by this mapping with the value specified by this mapping from the object model | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Remarks
The base class for compartment mappings. Compartment mappings provide the glue between the content of compartments and the underlying object model.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.