C# 클래스 Smrf.NodeXL.ExcelTemplate.SavePajekFileDialog

Represents a dialog box for saving a graph to a Pajek text file.
Call SaveGraphFileDialog.ShowDialogAndSaveGraph to allow the user to save a graph to a location of his choice.
상속: SaveGraphFileDialog
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
AssertValid ( ) : void
SavePajekFileDialog ( String initialDirectory, String initialFileName ) : System

Initializes a new instance of the SavePajekFileDialog class.

보호된 메소드들

메소드 설명
GetDialogTitle ( Object oObjectBeingSaved ) : String
GetFilter ( ) : String
SaveObject ( Object oObject, String sFileName ) : void

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

GetDialogTitle() 보호된 메소드

protected GetDialogTitle ( Object oObjectBeingSaved ) : String
oObjectBeingSaved Object
리턴 String

GetFilter() 보호된 메소드

protected GetFilter ( ) : String
리턴 String

SaveObject() 보호된 메소드

protected SaveObject ( Object oObject, String sFileName ) : void
oObject Object
sFileName String
리턴 void

SavePajekFileDialog() 공개 메소드

Initializes a new instance of the SavePajekFileDialog class.
public SavePajekFileDialog ( String initialDirectory, String initialFileName ) : System
initialDirectory String /// Initial directory the dialog will display. Use an empty string to let /// the dialog select an initial directory. ///
initialFileName String /// Initial file name. Can be a complete path, a path without an /// extension, a file name, or a file name without an extension. ///
리턴 System