C# Class NOS.AutoRegistration

Inheritance: System.Web.UI.UserControl, IAutoRegistrationView
ファイルを表示 Open project: agross/netopenspace

Public Methods

Method Description
AutoRegistration ( ) : System
OnUserCreated ( ) : void
chkAutoRegister_CheckedChanged ( object sender, EventArgs e ) : void

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void
rfvInvoiceAddress_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void

Private Methods

Method Description
FindControlRecursive ( Control root, string id ) : Control

Method Details

AutoRegistration() public method

public AutoRegistration ( ) : System
return System

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnUserCreated() public method

public OnUserCreated ( ) : void
return void

chkAutoRegister_CheckedChanged() public method

public chkAutoRegister_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

rfvInvoiceAddress_ServerValidate() protected method

protected rfvInvoiceAddress_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void
source object
args System.Web.UI.WebControls.ServerValidateEventArgs
return void