Method | Description | |
---|---|---|
Batch ( ) : System.Web.Mvc.ActionResult | ||
Create ( string name ) : System.Web.Mvc.JsonResult | ||
CreateBatch ( IEnumerable |
||
Delete ( Item item ) : System.Web.Mvc.JsonResult | ||
DeleteBatch ( IEnumerable |
||
Index ( ) : System.Web.Mvc.ActionResult | ||
Read ( ) : System.Web.Mvc.JsonResult | ||
Update ( Item item ) : System.Web.Mvc.JsonResult | ||
UpdateBatch ( IEnumerable |
Method | Description | |
---|---|---|
Items ( ) : IList |
||
SaveItems ( IList |
||
SetItems ( ) : void |
public Batch ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Create ( string name ) : System.Web.Mvc.JsonResult | ||
name | string | |
return | System.Web.Mvc.JsonResult |
public CreateBatch ( IEnumerable |
||
item | IEnumerable |
|
return | System.Web.Mvc.JsonResult |
public Delete ( Item item ) : System.Web.Mvc.JsonResult | ||
item | Item | |
return | System.Web.Mvc.JsonResult |
public DeleteBatch ( IEnumerable |
||
itemsToDelete | IEnumerable |
|
return | System.Web.Mvc.JsonResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Update ( Item item ) : System.Web.Mvc.JsonResult | ||
item | Item | |
return | System.Web.Mvc.JsonResult |
public UpdateBatch ( IEnumerable |
||
itemsToUpdate | IEnumerable |
|
return | void |