C# Class TwitterPluginForAtomSite.TwitterController

Inheritance: AtomSite.WebCore.BaseController
Afficher le fichier Open project: erikzaadi/AtomSitePlugins

Méthodes publiques

Méthode Description
Get ( int PagingIndex ) : System.Web.Mvc.ActionResult
TwitterController ( IAtomPubService atompub, IAnnotateService annotate, IBlogService blog ) : System

Private Methods

Méthode Description
Publish ( ) : System.Web.Mvc.ActionResult
Publish ( string statustemplate, string entryid ) : System.Web.Mvc.ActionResult
Setup ( string id, int limit, int cachedurationinminutes, int clientrefreshinminutes, string password ) : System.Web.Mvc.ActionResult

Method Details

Get() public méthode

public Get ( int PagingIndex ) : System.Web.Mvc.ActionResult
PagingIndex int
Résultat System.Web.Mvc.ActionResult

TwitterController() public méthode

public TwitterController ( IAtomPubService atompub, IAnnotateService annotate, IBlogService blog ) : System
atompub IAtomPubService
annotate IAnnotateService
blog IBlogService
Résultat System