Метод | Описание | |
---|---|---|
AllCampaigns ( string sortOrder, string searchString ) : System.Web.Mvc.ActionResult | ||
Create ( ) : 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 |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
Create ( [ Include = "CampaignId,CampaignTitle,CampaignDescription,CampaignAmount,startingDate,endingDate,FundRaisersId")]Campaigncampaign ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( [ Include = "CampaignId,CampaignTitle,CampaignDescription,CampaignAmount,startingDate,endingDate,FundRaisersId")]Campaigncampaign ) : System.Web.Mvc.ActionResult |
public AllCampaigns ( string sortOrder, string searchString ) : System.Web.Mvc.ActionResult | ||
sortOrder | string | |
searchString | string | |
Результат | System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |