C# 클래스 Ext.Net.EventEditWindowBase

파일 보기 프로젝트 열기: pgodwin/Ext.net

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