C# Class NClass.DiagramEditor.ClassDiagram.Dialogs.OverrideDialog

Inheritance: TreeDialog
Afficher le fichier Open project: gbaychev/NClass Class Usage Examples

Méthodes publiques

Méthode Description
ShowDialog ( SingleInharitanceType inheritedClass ) : DialogResult

Méthodes protégées

Méthode Description
UpdateTexts ( ) : void

Private Methods

Méthode Description
AddOperations ( SingleInharitanceType derivedClass, SingleInharitanceType baseClass ) : void
CreateClassNode ( string className ) : TreeNode
RemoveSimilarNode ( Operation operation ) : void

Method Details

ShowDialog() public méthode

public ShowDialog ( SingleInharitanceType inheritedClass ) : DialogResult
inheritedClass NClass.Core.SingleInharitanceType
Résultat DialogResult

UpdateTexts() protected méthode

protected UpdateTexts ( ) : void
Résultat void