C# Class CkanDotNet.Web.Controllers.WidgetController

Inheritance: Controller
Show file Open project: opencolorado/.NET-Wrapper-for-CKAN-API

Public Methods

Method Description
BrowsePackages ( ) : System.Web.Mvc.ActionResult

Provides a view of features packages that have recently bee updated in the repository group. Return the three most recently updated packages in the group.

FeaturedPackages ( ) : System.Web.Mvc.ActionResult

Provides a view of features packages in the repository group. Featured packages are those that are tagged with "featured".

PackageCount ( ) : System.Web.Mvc.ActionResult

Provides a view of the top 10 tags in the repository group

PopularTags ( ) : System.Web.Mvc.ActionResult

Provides a view of the top 10 tags in the repository group

RecentlyUpdated ( ) : System.Web.Mvc.ActionResult

Provides a view of features packages that have recently bee updated in the repository group. Return the three most recently updated packages in the group.

Method Details

BrowsePackages() public method

Provides a view of features packages that have recently bee updated in the repository group. Return the three most recently updated packages in the group.
public BrowsePackages ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

FeaturedPackages() public method

Provides a view of features packages in the repository group. Featured packages are those that are tagged with "featured".
public FeaturedPackages ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

PackageCount() public method

Provides a view of the top 10 tags in the repository group
public PackageCount ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

PopularTags() public method

Provides a view of the top 10 tags in the repository group
public PopularTags ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

RecentlyUpdated() public method

Provides a view of features packages that have recently bee updated in the repository group. Return the three most recently updated packages in the group.
public RecentlyUpdated ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult