C# Class Ext.Net.EventStore

Inheritance: Store
Exibir arquivo Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
EnsureReader void

Public Methods

Method Description
AddStandardFields ( ) : void

Protected Methods

Method Description
GetAjaxDataJson ( ) : string
OnBeforeClientInit ( Observable sender ) : void

OnInit ( System e ) : void

Private Methods

Method Description
EnsureReader ( ) : void

Method Details

AddStandardFields() public method

public AddStandardFields ( ) : void
return void

GetAjaxDataJson() protected method

protected GetAjaxDataJson ( ) : string
return string

OnBeforeClientInit() protected method

protected OnBeforeClientInit ( Observable sender ) : void
sender Observable
return void

OnInit() protected method

protected OnInit ( System e ) : void
e System
return void