C# 클래스 ThermostatMonitorLib.Cycle

파일 보기 프로젝트 열기: AndroidThermostat/ThermostatMonitor-Net 1 사용 예제들

공개 메소드들

메소드 설명
Cycle ( ) : System
DeleteCycle ( int cycleId ) : void
EndCycle ( Cycle c, Int16 precision ) : void
EndOpenCycle ( int thermostatId, Int16 precision ) : void
GetPropertyValue ( string propertyName ) : object
LoadCycle ( int cycleId ) : Cycle
LoadOpenCycle ( int thermostatId ) : Cycle
LogCycle ( int thermostatId, string cycleType, System.DateTime startDate, System.DateTime endDate, Int16 startPrecision, Int16 endPrecision ) : void
SaveCycle ( Cycle cycle ) : int
StartCycle ( int thermostatId, string cycleType, Int16 precision ) : void

비공개 메소드들

메소드 설명
GetCycle ( DataRow row ) : Cycle

메소드 상세

Cycle() 공개 메소드

public Cycle ( ) : System
리턴 System

DeleteCycle() 공개 정적인 메소드

public static DeleteCycle ( int cycleId ) : void
cycleId int
리턴 void

EndCycle() 공개 정적인 메소드

public static EndCycle ( Cycle c, Int16 precision ) : void
c Cycle
precision System.Int16
리턴 void

EndOpenCycle() 공개 정적인 메소드

public static EndOpenCycle ( int thermostatId, Int16 precision ) : void
thermostatId int
precision System.Int16
리턴 void

GetPropertyValue() 공개 메소드

public GetPropertyValue ( string propertyName ) : object
propertyName string
리턴 object

LoadCycle() 공개 정적인 메소드

public static LoadCycle ( int cycleId ) : Cycle
cycleId int
리턴 Cycle

LoadOpenCycle() 공개 정적인 메소드

public static LoadOpenCycle ( int thermostatId ) : Cycle
thermostatId int
리턴 Cycle

LogCycle() 공개 정적인 메소드

public static LogCycle ( int thermostatId, string cycleType, System.DateTime startDate, System.DateTime endDate, Int16 startPrecision, Int16 endPrecision ) : void
thermostatId int
cycleType string
startDate System.DateTime
endDate System.DateTime
startPrecision System.Int16
endPrecision System.Int16
리턴 void

SaveCycle() 공개 정적인 메소드

public static SaveCycle ( Cycle cycle ) : int
cycle Cycle
리턴 int

StartCycle() 공개 정적인 메소드

public static StartCycle ( int thermostatId, string cycleType, Int16 precision ) : void
thermostatId int
cycleType string
precision System.Int16
리턴 void