Method | Description | |
---|---|---|
CheckMessage ( string asset, string environment, string account, string token, string message ) : System.Web.Mvc.JsonResult | ||
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 | ||
SendMessage ( string asset, string environment, string account, string token, string message ) : System.Web.Mvc.JsonResult |
Method | Description | |
---|---|---|
Create ( System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult | ||
Delete ( int id, System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult | ||
SendTasks ( |
public CheckMessage ( string asset, string environment, string account, string token, string message ) : System.Web.Mvc.JsonResult | ||
asset | string | |
environment | string | |
account | string | |
token | string | |
message | string | |
return | System.Web.Mvc.JsonResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public SendMessage ( string asset, string environment, string account, string token, string message ) : System.Web.Mvc.JsonResult | ||
asset | string | |
environment | string | |
account | string | |
token | string | |
message | string | |
return | System.Web.Mvc.JsonResult |