C# 클래스 CkanDotNet.Web.Controllers.WidgetController

상속: Controller
파일 보기 프로젝트 열기: opencolorado/.NET-Wrapper-for-CKAN-API

공개 메소드들

메소드 설명
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.

메소드 상세

BrowsePackages() 공개 메소드

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
리턴 System.Web.Mvc.ActionResult

FeaturedPackages() 공개 메소드

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
리턴 System.Web.Mvc.ActionResult

PackageCount() 공개 메소드

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

PopularTags() 공개 메소드

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

RecentlyUpdated() 공개 메소드

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
리턴 System.Web.Mvc.ActionResult