Метод | Описание | |
---|---|---|
BooksController ( IBookStore store, |
||
BooksController ( IBookStore store, |
||
BooksController ( IBookStore store ) : System.Web.Mvc | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
Details ( long id ) : System.Web.Mvc.ActionResult | ||
Edit ( long id ) : System.Web.Mvc.ActionResult | ||
Index ( string nextPageToken ) : System.Web.Mvc.ActionResult | ||
Mine ( string nextPageToken ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
Create ( |
||
Create ( |
||
Delete ( long id ) : System.Web.Mvc.ActionResult | ||
Delete ( long id ) : Task |
||
Edit ( |
||
Edit ( |
||
ViewForm ( string action, string formAction, |
Dispays the common form used for the Edit and Create pages.
|
public BooksController ( IBookStore store, |
||
store | IBookStore | |
imageUploader | ||
Результат | GoogleCloudSamples.Models |
public BooksController ( IBookStore store, |
||
store | IBookStore | |
imageUploader | ||
bookDetailLookup | ||
Результат | GoogleCloudSamples.Models |
public BooksController ( IBookStore store ) : System.Web.Mvc | ||
store | IBookStore | |
Результат | System.Web.Mvc |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Details ( long id ) : System.Web.Mvc.ActionResult | ||
id | long | |
Результат | System.Web.Mvc.ActionResult |
public Edit ( long id ) : System.Web.Mvc.ActionResult | ||
id | long | |
Результат | System.Web.Mvc.ActionResult |
public Index ( string nextPageToken ) : System.Web.Mvc.ActionResult | ||
nextPageToken | string | |
Результат | System.Web.Mvc.ActionResult |
public Mine ( string nextPageToken ) : System.Web.Mvc.ActionResult | ||
nextPageToken | string | |
Результат | System.Web.Mvc.ActionResult |