C# Class Ext.Net.EventEditWindowBase

Exibir arquivo Open project: pgodwin/Ext.net

Private Properties

Property Type Description

Public Methods

Method 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.

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Method Details

OnInit() protected method

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

Show() public method

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
return void

Show() public method

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
return void

Show() public method

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
return void