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

Inheritance: Controller
Datei anzeigen Open project: edgecomputing/cats Class Usage Examples

Public Methods

Method 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

Method 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 method

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

HubOwnerController() public method

public HubOwnerController ( IHubOwnerService hubOwnerServiceParam ) : System.Collections.Generic
hubOwnerServiceParam IHubOwnerService
return System.Collections.Generic

Index() public method

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

Read() public method

public Read ( [ reques ) : System.Web.Mvc.ActionResult
reques [
return System.Web.Mvc.ActionResult