C# Class SignetSSRProject.Controllers.MaterialsController

Inheritance: Controller
Afficher le fichier Open project: SignetSSRTeam/SignetSSR_MVC

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult
MaterialsData ( MaterialsExpense filter ) : System.Web.Mvc.ContentResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DeleteMaterialsData ( MaterialsExpense materials ) : System.Web.Mvc.ContentResult
InsertMaterialsData ( MaterialsExpense materials ) : System.Web.Mvc.ContentResult
UpdateMaterialsData ( MaterialsExpense materials ) : System.Web.Mvc.ContentResult

Method Details

Dispose() protected méthode

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

Index() public méthode

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

MaterialsData() public méthode

public MaterialsData ( MaterialsExpense filter ) : System.Web.Mvc.ContentResult
filter SignetSSRProject.Models.MaterialsExpense
Résultat System.Web.Mvc.ContentResult