C# Class GetSkills.Controllers.SuccessStoryController

Inheritance: Controller
Afficher le fichier Open project: YsqEvilmax/761_VEL Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public Create ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Delete() public méthode

public Delete ( int id ) : Task
id int
Résultat Task

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Edit() public méthode

public Edit ( int id ) : Task
id int
Résultat Task

Index() public méthode

public Index ( string sortOrder ) : Task
sortOrder string
Résultat Task