C# Class Administrasjon.Controllers.AdminCustomerController

Inheritance: Controller
Afficher le fichier Open project: chrban/Webapplikasjoner Class Usage Examples

Méthodes publiques

Méthode Description
AdminCustomerController ( ) : System
AdminCustomerController ( CustomerBLL customerBLL, LoggingBLL loggingBLL ) : System
AllCustomers ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
Edit ( CustomerModel customerModel ) : System.Web.Mvc.ActionResult

Method Details

AdminCustomerController() public méthode

public AdminCustomerController ( ) : System
Résultat System

AdminCustomerController() public méthode

public AdminCustomerController ( CustomerBLL customerBLL, LoggingBLL loggingBLL ) : System
customerBLL Kaffeplaneten.BLL.CustomerBLL
loggingBLL Kaffeplaneten.BLL.LoggingBLL
Résultat System

AllCustomers() public méthode

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

Delete() public méthode

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Details() public méthode

public Details ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Edit() public méthode

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

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