C# Class RightpointLabs.Pourcast.Web.Controllers.Api.TapController

Inheritance: ApiController
Show file Open project: RightpointLabs/Pourcast

Public Methods

Method Description
Get ( ) : IEnumerable
Get ( string id ) : RightpointLabs.Pourcast.Domain.Models.Tap
TapController ( ITapOrchestrator tapOrchestrator ) : System

Private Methods

Method Description
Heartbeat ( ) : void
LogMessage ( string message ) : void
Pouring ( [ id, [ volume ) : void
StartPour ( string id ) : void
StopPour ( [ id, [ volume ) : void
Temperature ( [ id, [ f ) : void

Method Details

Get() public method

public Get ( ) : IEnumerable
return IEnumerable

Get() public method

public Get ( string id ) : RightpointLabs.Pourcast.Domain.Models.Tap
id string
return RightpointLabs.Pourcast.Domain.Models.Tap

TapController() public method

public TapController ( ITapOrchestrator tapOrchestrator ) : System
tapOrchestrator ITapOrchestrator
return System