C# Class CkanDotNet.Web.Controllers.WidgetController

Inheritance: Controller
Afficher le fichier Open project: opencolorado/.NET-Wrapper-for-CKAN-API

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Web.Mvc.ActionResult

FeaturedPackages() public méthode

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
Résultat System.Web.Mvc.ActionResult

PackageCount() public méthode

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

PopularTags() public méthode

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

RecentlyUpdated() public méthode

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
Résultat System.Web.Mvc.ActionResult