Method | Description | |
---|---|---|
Get ( int PagingIndex ) : System.Web.Mvc.ActionResult | ||
TwitterController ( IAtomPubService atompub, IAnnotateService annotate, IBlogService blog ) : System |
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 |
public Get ( int PagingIndex ) : System.Web.Mvc.ActionResult | ||
PagingIndex | int | |
return | System.Web.Mvc.ActionResult |
public TwitterController ( IAtomPubService atompub, IAnnotateService annotate, IBlogService blog ) : System | ||
atompub | IAtomPubService | |
annotate | IAnnotateService | |
blog | IBlogService | |
return | System |