C# Class Company.OrmLanguage.FixUpDiagramBase

Double derived implementation for the rule that initiates view fixup when an element that has an associated shape is added to the model. This now enables the DSL author to everride the SkipFixUp() method
Inheritance: DslModeling::AddRule
Show file Open project: thabart/SimpleOrm

Protected Methods

Method Description
SkipFixup ( DslModeling::ModelElement childElement ) : bool
SkipFixup ( global::Microsoft.VisualStudio.Modeling childElement ) : bool

Method Details

SkipFixup() protected method

protected SkipFixup ( DslModeling::ModelElement childElement ) : bool
childElement DslModeling::ModelElement
return bool

SkipFixup() protected method

protected SkipFixup ( global::Microsoft.VisualStudio.Modeling childElement ) : bool
childElement global::Microsoft.VisualStudio.Modeling
return bool