C# Class TwitterPluginForAtomSite.TwitterController

Inheritance: AtomSite.WebCore.BaseController
Mostra file Open project: erikzaadi/AtomSitePlugins

Public Methods

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

Private Methods

Method 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 method

public Get ( int PagingIndex ) : System.Web.Mvc.ActionResult
PagingIndex int
return System.Web.Mvc.ActionResult

TwitterController() public method

public TwitterController ( IAtomPubService atompub, IAnnotateService annotate, IBlogService blog ) : System
atompub IAtomPubService
annotate IAnnotateService
blog IBlogService
return System