C# Class Smrf.NodeXL.ExcelTemplate.GroupUserSettingsDialog

ファイルを表示 Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oGroupUserSettings GroupUserSettings
m_oGroupUserSettingsDialogUserSettings GroupUserSettingsDialogUserSettings

Public Methods

Method Description
AssertValid ( ) : void
GroupUserSettingsDialog ( GroupUserSettings groupUserSettings ) : System

Initializes a new instance of the class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : Boolean
EnableControls ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

btnOK_Click ( object sender, System e ) : void
chkDoNotReadGroups_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

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

GroupUserSettingsDialog() public method

Initializes a new instance of the class.
public GroupUserSettingsDialog ( GroupUserSettings groupUserSettings ) : System
groupUserSettings GroupUserSettings /// The object being edited. ///
return System

Property Details

m_oGroupUserSettings protected_oe property

protected GroupUserSettings,Smrf.NodeXL.ExcelTemplate m_oGroupUserSettings
return GroupUserSettings

m_oGroupUserSettingsDialogUserSettings protected_oe property

protected GroupUserSettingsDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oGroupUserSettingsDialogUserSettings
return GroupUserSettingsDialogUserSettings