C# Class Ext.Net.History

Inheritance: Observable, ICustomConfigSerialization, IVirtual
Show file Open project: pgodwin/Ext.net

Private Properties

Property Type Description
Add void
Add void
Back void
CallHistory void
Forward void
GetCurrent History
History System
OnInit void
Render void
ToScript string

Public Methods

Method Description
History ( Config config ) : System

Private Methods

Method Description
Add ( string token ) : void
Add ( string token, bool preventDuplicate ) : void
Back ( ) : void
CallHistory ( string name ) : void
Forward ( ) : void
GetCurrent ( Page page ) : History
History ( ) : System
OnInit ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
ToScript ( Control owner ) : string

Method Details

History() public method

public History ( Config config ) : System
config Config
return System