C# 클래스 Ext.Net.MVC.Examples.Areas.GridPanel_Update.Models.AutoSave.TestPerson

파일 보기 프로젝트 열기: extnet/Ext.NET.Examples.MVC 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddPerson ( TestPerson person ) : int?
Clear ( ) : void
DeletePerson ( int id ) : void
UpdatePerson ( TestPerson person ) : void

메소드 상세

AddPerson() 공개 정적인 메소드

public static AddPerson ( TestPerson person ) : int?
person TestPerson
리턴 int?

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

DeletePerson() 공개 정적인 메소드

public static DeletePerson ( int id ) : void
id int
리턴 void

UpdatePerson() 공개 정적인 메소드

public static UpdatePerson ( TestPerson person ) : void
person TestPerson
리턴 void