Property | Type | Description | |
---|---|---|---|
DomainClassId | global::System.Guid |
Method | Description | |
---|---|---|
EntityShape ( global::Microsoft.VisualStudio.Modeling store ) |
Constructor
|
|
FindEntityShapeDecorator ( string decoratorName ) : DslDiagrams::Decorator |
Finds a decorator associated with EntityShape.
|
|
GetCompartmentDescriptions ( ) : DslDiagrams::CompartmentDescription[] |
Gets an array of CompartmentDescription for all compartments shown on this shape (including compartments defined on base shapes).
|
|
OnBoundsFixup ( global::Microsoft.VisualStudio.Modeling.Diagrams fixupState, int iteration, bool createdDuringViewFixup ) : void |
Ensure outer decorators are placed appropriately. This is called during view fixup, after the shape has been associated with the model element.
|
|
OnInitialize ( ) : void |
Shape instance initialization.
|
Method | Description | |
---|---|---|
GetCompartmentMappings ( global melType ) : DslDiagrams::CompartmentMapping[] |
Gets an array of CompartmentMappings for all compartments displayed on this shape (including compartment maps defined on base shapes).
|
|
InitializeDecorators ( global |
Initialize the collection of decorators associated with this shape type. This method also creates shape fields for outer decorators, because these are not part of the shape fields collection associated with the shape, so they must be created here rather than in InitializeShapeFields.
|
|
InitializeShapeFields ( global |
Initialize the collection of shape fields associated with this shape type.
|
Method | Description | |
---|---|---|
GetElementsFromEntityElementForProperties ( global::Microsoft.VisualStudio.Modeling rootElement ) : global::System.Collections.IList |
public EntityShape ( global::Microsoft.VisualStudio.Modeling store ) | ||
store | global::Microsoft.VisualStudio.Modeling | Store where new element is to be created. |
public static FindEntityShapeDecorator ( string decoratorName ) : DslDiagrams::Decorator | ||
decoratorName | string | |
return | DslDiagrams::Decorator |
public GetCompartmentDescriptions ( ) : DslDiagrams::CompartmentDescription[] | ||
return | DslDiagrams::CompartmentDescription[] |
protected GetCompartmentMappings ( global melType ) : DslDiagrams::CompartmentMapping[] | ||
melType | global | The type of the DomainClass that this shape is mapped to |
return | DslDiagrams::CompartmentMapping[] |
protected InitializeDecorators ( global |
||
shapeFields | global |
|
decorators | global |
|
return | void |
protected InitializeShapeFields ( global |
||
shapeFields | global |
|
return | void |
public OnBoundsFixup ( global::Microsoft.VisualStudio.Modeling.Diagrams fixupState, int iteration, bool createdDuringViewFixup ) : void | ||
fixupState | global::Microsoft.VisualStudio.Modeling.Diagrams | |
iteration | int | |
createdDuringViewFixup | bool | |
return | void |