C# Class CompartmentMapping.CompartmentMappingAddRuleBase

Base class for all compartment connection add rules. This rule changes the endpoints of e new connection to correspond to the entries of the compartment shapes.
You need not to use this class directly (e.g. create implementors). The code generator will create one derived class for your compartment connection
Inheritance: AddRule
Show file Open project: thabart/SimpleOrm

Public Methods

Method Description
ElementAdded ( ElementAddedEventArgs e ) : void

This method is called when the rule is fired, that is when a new connection is added to the model.

Method Details

ElementAdded() public method

This method is called when the rule is fired, that is when a new connection is added to the model.
public ElementAdded ( ElementAddedEventArgs e ) : void
e ElementAddedEventArgs the ElementAddedEventArgs
return void