C# 클래스 Company.OrmLanguage.CompartmentItemAddRule

상속: DslModeling::AddRule
파일 보기 프로젝트 열기: thabart/SimpleOrm 1 사용 예제들

공개 메소드들

메소드 설명
ElementAdded ( global::Microsoft.VisualStudio.Modeling e ) : void

Called when an element is added.

비공개 메소드들

메소드 설명
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

메소드 상세

ElementAdded() 공개 메소드

Called when an element is added.
public ElementAdded ( global::Microsoft.VisualStudio.Modeling e ) : void
e global::Microsoft.VisualStudio.Modeling
리턴 void