C# Class Company.OrmLanguage.CompartmentItemAddRule

Inheritance: DslModeling::AddRule
Afficher le fichier Open project: thabart/SimpleOrm Class Usage Examples

Méthodes publiques

Méthode Description
ElementAdded ( global::Microsoft.VisualStudio.Modeling e ) : void

Called when an element is added.

Private Methods

Méthode 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 méthode

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