C# Class Smrf.NodeXL.ExcelTemplate.OpenGraphMLFileDialog

Represents a dialog box for opening a GraphML file.
Call ShowDialogAndOpenGraphMLFile to allow the user to open a GraphML file from a location of his choice.
Inheritance: Smrf.AppLib.OpenFileDialog2
Mostrar archivo Open project: 2014-sed-team3/term-project

Public Methods

Method Description
AssertValid ( ) : void
OpenGraphMLFileDialog ( ) : System

Initializes a new instance of the OpenGraphMLFileDialog class.

ShowDialogAndOpenGraphMLFile ( IGraph &graph ) : DialogResult

Protected Methods

Method Description
GetDialogTitle ( ) : String
GetFilter ( ) : String
OpenObject ( String sFileName, Object &oObject ) : void

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

GetDialogTitle() protected method

protected GetDialogTitle ( ) : String
return String

GetFilter() protected method

protected GetFilter ( ) : String
return String

OpenGraphMLFileDialog() public method

Initializes a new instance of the OpenGraphMLFileDialog class.
public OpenGraphMLFileDialog ( ) : System
return System

OpenObject() protected method

protected OpenObject ( String sFileName, Object &oObject ) : void
sFileName String
oObject Object
return void

ShowDialogAndOpenGraphMLFile() public method

public ShowDialogAndOpenGraphMLFile ( IGraph &graph ) : DialogResult
graph IGraph
return DialogResult