C# Class Company.OrmLanguage.OrmLanguageDiagram.EntityShapeDecoratorMap

Class containing decorator path traversal methods for EntityShape.
Afficher le fichier Open project: thabart/SimpleOrm

Méthodes publiques

Méthode 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 méthode

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
Résultat void

OnDecoratorsInitialized() public static méthode

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
Résultat void