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
Afficher le fichier Open project: thabart/SimpleOrm

Méthodes protégées

Méthode Description
SkipFixup ( DslModeling::ModelElement childElement ) : bool
SkipFixup ( global::Microsoft.VisualStudio.Modeling childElement ) : bool

Method Details

SkipFixup() protected méthode

protected SkipFixup ( DslModeling::ModelElement childElement ) : bool
childElement DslModeling::ModelElement
Résultat bool

SkipFixup() protected méthode

protected SkipFixup ( global::Microsoft.VisualStudio.Modeling childElement ) : bool
childElement global::Microsoft.VisualStudio.Modeling
Résultat bool