C# 클래스 Company.OrmLanguage.OrmLanguageDiagram.EntityShapeDecoratorMap

Class containing decorator path traversal methods for EntityShape.
파일 보기 프로젝트 열기: thabart/SimpleOrm

공개 메소드들

메소드 설명
OnDecoratorsInitialized ( object sender, global e ) : void

Event handler called when decorator initialization is complete for EntityShape. Adds decorator mappings for this shape or connector.

OnDecoratorsInitialized ( object sender, global::System.EventArgs e ) : void

Event handler called when decorator initialization is complete for EntityShape. Adds decorator mappings for this shape or connector.

메소드 상세

OnDecoratorsInitialized() 공개 정적인 메소드

Event handler called when decorator initialization is complete for EntityShape. Adds decorator mappings for this shape or connector.
public static OnDecoratorsInitialized ( object sender, global e ) : void
sender object
e global
리턴 void

OnDecoratorsInitialized() 공개 정적인 메소드

Event handler called when decorator initialization is complete for EntityShape. Adds decorator mappings for this shape or connector.
public static OnDecoratorsInitialized ( object sender, global::System.EventArgs e ) : void
sender object
e global::System.EventArgs
리턴 void