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

Inheritance: TreeDialog
Datei anzeigen Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
ShowDialog ( SingleInharitanceType inheritedClass ) : DialogResult

Protected Methods

Method Description
UpdateTexts ( ) : void

Private Methods

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

Method Details

ShowDialog() public method

public ShowDialog ( SingleInharitanceType inheritedClass ) : DialogResult
inheritedClass NClass.Core.SingleInharitanceType
return DialogResult

UpdateTexts() protected method

protected UpdateTexts ( ) : void
return void