Method | Description | |
---|---|---|
Delete ( String id ) : System.Web.Mvc.ActionResult | ||
Download ( String id ) : System.Web.Mvc.ActionResult | ||
Hangar ( String id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
Inventory ( String id ) : System.Web.Mvc.ActionResult | ||
Rating ( String id, String shipID ) : System.Web.Mvc.ActionResult | ||
Ship ( String id, System.Guid shipID ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
FlattenIDs ( |
||
Ship ( String id, System.Guid shipID, System.Guid newID, System.Guid parentID, String portName ) : System.Web.Mvc.ActionResult | ||
Upload ( System.Web.HttpPostedFileBase file ) : System.Web.Mvc.JsonResult |
public Delete ( String id ) : System.Web.Mvc.ActionResult | ||
id | String | |
return | System.Web.Mvc.ActionResult |
public Download ( String id ) : System.Web.Mvc.ActionResult | ||
id | String | |
return | System.Web.Mvc.ActionResult |
public Hangar ( String id ) : System.Web.Mvc.ActionResult | ||
id | String | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Inventory ( String id ) : System.Web.Mvc.ActionResult | ||
id | String | |
return | System.Web.Mvc.ActionResult |
public Rating ( String id, String shipID ) : System.Web.Mvc.ActionResult | ||
id | String | |
shipID | String | |
return | System.Web.Mvc.ActionResult |
public Ship ( String id, System.Guid shipID ) : System.Web.Mvc.ActionResult | ||
id | String | |
shipID | System.Guid | |
return | System.Web.Mvc.ActionResult |