C# 클래스 Ext.Net.EventEditFormBase

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnBeforeClientInit ( Observable sender ) : void

메소드 상세

LoadRecord() 공개 메소드

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

LoadRecord() 공개 메소드

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

OnBeforeClientInit() 보호된 메소드

protected OnBeforeClientInit ( Observable sender ) : void
sender Observable
리턴 void

UpdateRecord() 공개 메소드

Save fields values to the record
public UpdateRecord ( ) : void
리턴 void