C# Class Company.OrmLanguage.OrmLanguageDiagram.EntityShapeDecoratorMap

Class containing decorator path traversal methods for EntityShape.
Mostra file Open project: thabart/SimpleOrm

Public Methods

Method Description
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.

Method Details

OnDecoratorsInitialized() public static method

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
return void

OnDecoratorsInitialized() public static method

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
return void