C# Class Administrators_LRIntegration, 3D-Repository

Inheritance: System.Web.UI.Page
Show file Open project: adlnet/3D-Repository

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
ResetDefaultText ( Control c ) : void
SaveLRSettings_Click ( object sender, EventArgs e ) : void
SetSetting ( AppSettingsSection section, string setting, string value ) : void
TestSettings_Click ( object sender, EventArgs e ) : void
Updatecheckmarks ( ) : void

Private Methods

Method Description
FindControlRecursive ( Control root, string id ) : Control
GetOrignialValues ( ) : string>.Dictionary

Method Details

Page_Load() protected method

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

ResetDefaultText() protected method

protected ResetDefaultText ( Control c ) : void
c Control
return void

SaveLRSettings_Click() protected method

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

SetSetting() protected method

protected SetSetting ( AppSettingsSection section, string setting, string value ) : void
section AppSettingsSection
setting string
value string
return void

TestSettings_Click() protected method

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

Updatecheckmarks() protected method

protected Updatecheckmarks ( ) : void
return void