C# Class Cats.Web.Hub.Controllers.ContactController

Inheritance: BaseController
Show file Open project: edgecomputing/cats Class Usage Examples

Public Methods

Method Description
ContactController ( IContactService contactService, IFDPService fdpService, IUserProfileService userProfileService ) : System
Create ( int fdpId ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( int fdpId ) : System.Web.Mvc.ViewResult

Private Methods

Method Description
Create ( Contact contact ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( Contact contact ) : System.Web.Mvc.ActionResult

Method Details

ContactController() public method

public ContactController ( IContactService contactService, IFDPService fdpService, IUserProfileService userProfileService ) : System
contactService IContactService
fdpService IFDPService
userProfileService IUserProfileService
return System

Create() public method

public Create ( int fdpId ) : System.Web.Mvc.ActionResult
fdpId int
return System.Web.Mvc.ActionResult

Delete() public method

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

Details() public method

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
return System.Web.Mvc.ViewResult

Edit() public method

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

Index() public method

public Index ( int fdpId ) : System.Web.Mvc.ViewResult
fdpId int
return System.Web.Mvc.ViewResult