C# Class Smrf.NodeXL.GraphDataProviders.GraphServer.GraphServerGetNetworkDialog

显示文件 Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_bExpandStatusUrls Boolean
m_oMaximumStatusDateUtc DateTime
m_oMinimumStatusDateUtc DateTime
m_sGraphServerPassword String
m_sGraphServerUserName String
m_sSearchTerm String

Public Methods

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

Initializes a new instance of the class.

Protected Methods

Method Description
AddDayToMaximumStatusDateUtc ( DateTime oMaximumStatusDateUtc ) : DateTime
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : Boolean
EnableControls ( ) : void
OnEmptyGraph ( ) : void
StartAnalysis ( ) : void
btnOK_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

AddDayToMaximumStatusDateUtc() protected method

protected AddDayToMaximumStatusDateUtc ( DateTime oMaximumStatusDateUtc ) : DateTime
oMaximumStatusDateUtc DateTime
return DateTime

AssertValid() public method

public AssertValid ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

DoDataExchange() protected method

protected DoDataExchange ( Boolean bFromControls ) : Boolean
bFromControls Boolean
return Boolean

EnableControls() protected method

protected EnableControls ( ) : void
return void

GraphServerGetNetworkDialog() public method

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

OnEmptyGraph() protected method

protected OnEmptyGraph ( ) : void
return void

StartAnalysis() protected method

protected StartAnalysis ( ) : void
return void

btnOK_Click() protected method

protected btnOK_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

m_bExpandStatusUrls protected_oe static_oe property

protected static Boolean m_bExpandStatusUrls
return Boolean

m_oMaximumStatusDateUtc protected_oe static_oe property

protected static DateTime m_oMaximumStatusDateUtc
return DateTime

m_oMinimumStatusDateUtc protected_oe static_oe property

protected static DateTime m_oMinimumStatusDateUtc
return DateTime

m_sGraphServerPassword protected_oe static_oe property

protected static String m_sGraphServerPassword
return String

m_sGraphServerUserName protected_oe static_oe property

protected static String m_sGraphServerUserName
return String

m_sSearchTerm protected_oe static_oe property

protected static String m_sSearchTerm
return String