Method | Description | |
---|---|---|
ContactController ( ) : System |
Default Constructor constructs a new ContactController
|
|
ContactController ( IContactRepository repository ) : System |
Constructor constructs a new ContactController with a passed in repository
|
|
GetDemoPartial ( ) : System.Web.Mvc.ActionResult | ||
GetJsonResult ( ) : System.Web.Mvc.JsonResult |
Method | Description | |
---|---|---|
Delete ( int contactId ) : System.Web.Mvc.ActionResult | ||
Edit ( Dnn.ContactList.Api.Contact contact ) : System.Web.Mvc.ActionResult | ||
Edit ( int contactId = -1 ) : System.Web.Mvc.ActionResult | ||
Index ( string searchTerm = "", int pageIndex ) : System.Web.Mvc.ActionResult |
public ContactController ( IContactRepository repository ) : System | ||
repository | IContactRepository | |
return | System |
public GetDemoPartial ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public GetJsonResult ( ) : System.Web.Mvc.JsonResult | ||
return | System.Web.Mvc.JsonResult |