C# Class Ext.Net.EventEditFormBase

Inheritance: FormPanelBase
Afficher le fichier Open project: pgodwin/Ext.net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnBeforeClientInit ( Observable sender ) : void

Method Details

LoadRecord() public méthode

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

LoadRecord() public méthode

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

OnBeforeClientInit() protected méthode

protected OnBeforeClientInit ( Observable sender ) : void
sender Observable
Résultat void

UpdateRecord() public méthode

Save fields values to the record
public UpdateRecord ( ) : void
Résultat void