C# 클래스 NClass.DiagramEditor.ClassDiagram.Dialogs.OverrideDialog

상속: TreeDialog
파일 보기 프로젝트 열기: gbaychev/NClass 1 사용 예제들

공개 메소드들

메소드 설명
ShowDialog ( SingleInharitanceType inheritedClass ) : DialogResult

보호된 메소드들

메소드 설명
UpdateTexts ( ) : void

비공개 메소드들

메소드 설명
AddOperations ( SingleInharitanceType derivedClass, SingleInharitanceType baseClass ) : void
CreateClassNode ( string className ) : TreeNode
RemoveSimilarNode ( Operation operation ) : void

메소드 상세

ShowDialog() 공개 메소드

public ShowDialog ( SingleInharitanceType inheritedClass ) : DialogResult
inheritedClass NClass.Core.SingleInharitanceType
리턴 DialogResult

UpdateTexts() 보호된 메소드

protected UpdateTexts ( ) : void
리턴 void