C# Class Cats.Web.Adminstration.Controllers.HubOwnerController

Inheritance: Controller
Afficher le fichier Open project: edgecomputing/cats Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( int id ) : System.Web.Mvc.ActionResult
HubOwnerController ( IHubOwnerService hubOwnerServiceParam ) : System.Collections.Generic
Index ( ) : System.Web.Mvc.ActionResult
Read ( [ reques ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
BindHubOwner ( HubOwnerViewModel hubOwnerViewModel ) : HubOwner
GetHubOwner ( ) : IEnumerable
HubOwnerCreate ( [ request, HubOwnerViewModel hubOwner ) : System.Web.Mvc.ActionResult
HubOwnerDestroy ( [ request, HubOwnerViewModel hubOwner ) : System.Web.Mvc.ActionResult
HubOwnerUpdate ( [ request, HubOwnerViewModel hubOwner ) : System.Web.Mvc.ActionResult

Method Details

Delete() public méthode

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

HubOwnerController() public méthode

public HubOwnerController ( IHubOwnerService hubOwnerServiceParam ) : System.Collections.Generic
hubOwnerServiceParam IHubOwnerService
Résultat System.Collections.Generic

Index() public méthode

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

Read() public méthode

public Read ( [ reques ) : System.Web.Mvc.ActionResult
reques [
Résultat System.Web.Mvc.ActionResult