C# Class GetSkills.Controllers.SuccessStoryController

Inheritance: Controller
ファイルを表示 Open project: YsqEvilmax/761_VEL Class Usage Examples

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : Task
Edit ( int id ) : Task
Index ( string sortOrder ) : Task

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Create ( GetSkills.Models.StoryIndexViewModel editView ) : Task
DeleteConfirmed ( int id ) : Task
Detail ( int id ) : Task
Edit ( GetSkills.Models.StoryIndexViewModel editView ) : Task
List ( int categoryId ) : Task

Method Details

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Delete() public method

public Delete ( int id ) : Task
id int
return Task

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Edit() public method

public Edit ( int id ) : Task
id int
return Task

Index() public method

public Index ( string sortOrder ) : Task
sortOrder string
return Task