C# Class Ext.Net.MVC.Examples.Areas.GridPanel_Update.Models.AutoSave.TestPerson

Mostra file Open project: extnet/Ext.NET.Examples.MVC Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddPerson ( TestPerson person ) : int?
Clear ( ) : void
DeletePerson ( int id ) : void
UpdatePerson ( TestPerson person ) : void

Method Details

AddPerson() public static method

public static AddPerson ( TestPerson person ) : int?
person TestPerson
return int?

Clear() public static method

public static Clear ( ) : void
return void

DeletePerson() public static method

public static DeletePerson ( int id ) : void
id int
return void

UpdatePerson() public static method

public static UpdatePerson ( TestPerson person ) : void
person TestPerson
return void