Method | Description | |
---|---|---|
CreateFeed ( string title, string pointdatasourceid, string updated, string summary, string kml, string image, string region, string active ) : System.Web.Mvc.ActionResult | ||
CreateSource ( string title, string updated, string description, string authorname, string authoremail, string boundary, string active ) : System.Web.Mvc.ActionResult | ||
DeleteComment ( string id ) : System.Web.Mvc.ActionResult | ||
DeleteFeed ( string id ) : System.Web.Mvc.ActionResult | ||
DeletePlacemark ( string id ) : System.Web.Mvc.ActionResult | ||
DeleteSource ( string id ) : System.Web.Mvc.ActionResult | ||
GetComments ( ) : System.Web.Mvc.ActionResult | ||
GetFeeds ( ) : System.Web.Mvc.ActionResult | ||
GetPlacemarks ( ) : System.Web.Mvc.ActionResult | ||
GetSources ( ) : System.Web.Mvc.ActionResult | ||
GetUsers ( ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
Logout ( ) : System.Web.Mvc.ActionResult | ||
UpdateFeed ( string id, string title, string pointdatasourceid, string updated, string summary, string kml, string image, string region, string active ) : System.Web.Mvc.ActionResult | ||
UpdatePlacemark ( string id, string layerid, string name, string description, string latitude, string longitude, string tag ) : System.Web.Mvc.ActionResult | ||
UpdateSource ( string id, string title, string updated, string description, string authorname, string authoremail, string boundary, string active ) : System.Web.Mvc.ActionResult | ||
UpdateUser ( string id, string useraccess, string userrole ) : System.Web.Mvc.ActionResult |
public CreateFeed ( string title, string pointdatasourceid, string updated, string summary, string kml, string image, string region, string active ) : System.Web.Mvc.ActionResult | ||
title | string | |
pointdatasourceid | string | |
updated | string | |
summary | string | |
kml | string | |
image | string | |
region | string | |
active | string | |
return | System.Web.Mvc.ActionResult |
public CreateSource ( string title, string updated, string description, string authorname, string authoremail, string boundary, string active ) : System.Web.Mvc.ActionResult | ||
title | string | |
updated | string | |
description | string | |
authorname | string | |
authoremail | string | |
boundary | string | |
active | string | |
return | System.Web.Mvc.ActionResult |
public DeleteComment ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public DeleteFeed ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public DeletePlacemark ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public DeleteSource ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public GetComments ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public GetFeeds ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public GetPlacemarks ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public GetSources ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public GetUsers ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Logout ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public UpdateFeed ( string id, string title, string pointdatasourceid, string updated, string summary, string kml, string image, string region, string active ) : System.Web.Mvc.ActionResult | ||
id | string | |
title | string | |
pointdatasourceid | string | |
updated | string | |
summary | string | |
kml | string | |
image | string | |
region | string | |
active | string | |
return | System.Web.Mvc.ActionResult |
public UpdatePlacemark ( string id, string layerid, string name, string description, string latitude, string longitude, string tag ) : System.Web.Mvc.ActionResult | ||
id | string | |
layerid | string | |
name | string | |
description | string | |
latitude | string | |
longitude | string | |
tag | string | |
return | System.Web.Mvc.ActionResult |
public UpdateSource ( string id, string title, string updated, string description, string authorname, string authoremail, string boundary, string active ) : System.Web.Mvc.ActionResult | ||
id | string | |
title | string | |
updated | string | |
description | string | |
authorname | string | |
authoremail | string | |
boundary | string | |
active | string | |
return | System.Web.Mvc.ActionResult |
public UpdateUser ( string id, string useraccess, string userrole ) : System.Web.Mvc.ActionResult | ||
id | string | |
useraccess | string | |
userrole | string | |
return | System.Web.Mvc.ActionResult |