C# 클래스 RightpointLabs.Pourcast.Web.Controllers.Api.TapController

상속: ApiController
파일 보기 프로젝트 열기: RightpointLabs/Pourcast

공개 메소드들

메소드 설명
Get ( ) : IEnumerable
Get ( string id ) : RightpointLabs.Pourcast.Domain.Models.Tap
TapController ( ITapOrchestrator tapOrchestrator ) : System

비공개 메소드들

메소드 설명
Heartbeat ( ) : void
LogMessage ( string message ) : void
Pouring ( [ id, [ volume ) : void
StartPour ( string id ) : void
StopPour ( [ id, [ volume ) : void
Temperature ( [ id, [ f ) : void

메소드 상세

Get() 공개 메소드

public Get ( ) : IEnumerable
리턴 IEnumerable

Get() 공개 메소드

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

TapController() 공개 메소드

public TapController ( ITapOrchestrator tapOrchestrator ) : System
tapOrchestrator ITapOrchestrator
리턴 System