C# Класс Ext.Net.EventEditWindowBase

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

Описание методов

OnInit() защищенный Метод

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

Show() публичный Метод

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
Результат void

Show() публичный Метод

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
Результат void

Show() публичный Метод

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
Результат void