C# Class MonoTests.System.Web.UI.WebControls.TestLoginView

Inheritance: System.Web.UI.WebControls.LoginView
Mostrar archivo Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
DoEnsureChildControls ( ) : void
DoGetDesignModeState ( ) : IDictionary
DoLoadControlState ( object savedState ) : void
DoOnInit ( EventArgs e ) : void
DoOnPreRender ( EventArgs e ) : void
DoOnViewChanged ( EventArgs e ) : void
DoOnViewChanging ( EventArgs e ) : void
DoSaveControlState ( ) : object
DoSetDesignModeState ( IDictionary data ) : void

Method Details

DoEnsureChildControls() public method

public DoEnsureChildControls ( ) : void
return void

DoGetDesignModeState() public method

public DoGetDesignModeState ( ) : IDictionary
return IDictionary

DoLoadControlState() public method

public DoLoadControlState ( object savedState ) : void
savedState object
return void

DoOnInit() public method

public DoOnInit ( EventArgs e ) : void
e System.EventArgs
return void

DoOnPreRender() public method

public DoOnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

DoOnViewChanged() public method

public DoOnViewChanged ( EventArgs e ) : void
e System.EventArgs
return void

DoOnViewChanging() public method

public DoOnViewChanging ( EventArgs e ) : void
e System.EventArgs
return void

DoSaveControlState() public method

public DoSaveControlState ( ) : object
return object

DoSetDesignModeState() public method

public DoSetDesignModeState ( IDictionary data ) : void
data IDictionary
return void