C# 클래스 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
상속: DslModeling::AddRule
파일 보기 프로젝트 열기: thabart/SimpleOrm

보호된 메소드들

메소드 설명
SkipFixup ( DslModeling::ModelElement childElement ) : bool
SkipFixup ( global::Microsoft.VisualStudio.Modeling childElement ) : bool

메소드 상세

SkipFixup() 보호된 메소드

protected SkipFixup ( DslModeling::ModelElement childElement ) : bool
childElement DslModeling::ModelElement
리턴 bool

SkipFixup() 보호된 메소드

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