C# Class Ext.Net.EventEditFormBase

Inheritance: FormPanelBase
Mostrar archivo Open project: pgodwin/Ext.net

Private Properties

Property Type Description

Public Methods

Method Description
LoadRecord ( string storeId, int recordIndex ) : void

Load the record to the form's fields

LoadRecord ( string storeId, object recordId ) : void

Load the record to the form's fields

UpdateRecord ( ) : void

Save fields values to the record

Protected Methods

Method Description
OnBeforeClientInit ( Observable sender ) : void

Method Details

LoadRecord() public method

Load the record to the form's fields
public LoadRecord ( string storeId, int recordIndex ) : void
storeId string Store id
recordIndex int Record index
return void

LoadRecord() public method

Load the record to the form's fields
public LoadRecord ( string storeId, object recordId ) : void
storeId string Store id
recordId object Record id
return void

OnBeforeClientInit() protected method

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

UpdateRecord() public method

Save fields values to the record
public UpdateRecord ( ) : void
return void