C# Class Company.OrmLanguage.CompartmentItemAddRule

Inheritance: DslModeling::AddRule
Show file Open project: thabart/SimpleOrm Class Usage Examples

Public Methods

Method Description
ElementAdded ( global::Microsoft.VisualStudio.Modeling e ) : void

Called when an element is added.

Private Methods

Method Description
ElementAdded ( global::Microsoft.VisualStudio.Modeling e, bool repaintOnly ) : void
GetEntityElementForEntityShapeProperties ( global root ) : global::System.Collections.ICollection
GetEntityElementForEntityShapePropertiesFromLastLink ( global root ) : global::System.Collections.ICollection
UpdateCompartments ( global elements, global shapeType, string compartmentName, bool repaintOnly ) : void

Updates the compartments for the shapes associated to the given list of model elements

Method Details

ElementAdded() public method

Called when an element is added.
public ElementAdded ( global::Microsoft.VisualStudio.Modeling e ) : void
e global::Microsoft.VisualStudio.Modeling
return void