C# Class DotNetGroup.Web.Controllers.StreamController

Inheritance: Controller
Exibir arquivo Open project: sergejusb/DotNetGroup

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
Newer ( string id ) : System.Web.Mvc.ActionResult
Older ( string id ) : System.Web.Mvc.ActionResult
StreamController ( ) : System.Collections.Generic
StreamController ( string apiUrl, IJsonClient jsonClient, IStreamItemMapper mapper ) : System.Collections.Generic

Private Methods

Method Description
Get ( string url ) : IEnumerable

Method Details

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Newer() public method

public Newer ( string id ) : System.Web.Mvc.ActionResult
id string
return System.Web.Mvc.ActionResult

Older() public method

public Older ( string id ) : System.Web.Mvc.ActionResult
id string
return System.Web.Mvc.ActionResult

StreamController() public method

public StreamController ( ) : System.Collections.Generic
return System.Collections.Generic

StreamController() public method

public StreamController ( string apiUrl, IJsonClient jsonClient, IStreamItemMapper mapper ) : System.Collections.Generic
apiUrl string
jsonClient IJsonClient
mapper IStreamItemMapper
return System.Collections.Generic