C# Class Ext.Net.EventEditWindowBase

Afficher le fichier Open project: pgodwin/Ext.net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Show ( JsonObject obj ) : void

Shows the window, rendering it first if necessary, or activates it and brings it to front if hidden.

Show ( string storeId, int recordIndex ) : void

Shows the window, rendering it first if necessary, or activates it and brings it to front if hidden.

Show ( string storeId, object recordId ) : void

Shows the window, rendering it first if necessary, or activates it and brings it to front if hidden.

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

Show() public méthode

Shows the window, rendering it first if necessary, or activates it and brings it to front if hidden.
public Show ( JsonObject obj ) : void
obj JsonObject
Résultat void

Show() public méthode

Shows the window, rendering it first if necessary, or activates it and brings it to front if hidden.
public Show ( string storeId, int recordIndex ) : void
storeId string Store Id
recordIndex int Record index
Résultat void

Show() public méthode

Shows the window, rendering it first if necessary, or activates it and brings it to front if hidden.
public Show ( string storeId, object recordId ) : void
storeId string Store Id
recordId object Record Id
Résultat void