C# 클래스 ThermostatMonitorLib.Thermostat

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

공개 메소드들

메소드 설명
DeleteThermostat ( int thermostatId ) : void
GetPropertyValue ( string propertyName ) : object
LoadByKeyName ( string keyName ) : Thermostat
LoadThermostat ( int thermostatId ) : Thermostat
LoadThermostat ( int locationId, string ipAddress ) : Thermostat
SaveThermostat ( Thermostat thermostat ) : int
Thermostat ( ) : System

비공개 메소드들

메소드 설명
GetThermostat ( DataRow row ) : Thermostat

메소드 상세

DeleteThermostat() 공개 정적인 메소드

public static DeleteThermostat ( int thermostatId ) : void
thermostatId int
리턴 void

GetPropertyValue() 공개 메소드

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

LoadByKeyName() 공개 정적인 메소드

public static LoadByKeyName ( string keyName ) : Thermostat
keyName string
리턴 Thermostat

LoadThermostat() 공개 정적인 메소드

public static LoadThermostat ( int thermostatId ) : Thermostat
thermostatId int
리턴 Thermostat

LoadThermostat() 공개 정적인 메소드

public static LoadThermostat ( int locationId, string ipAddress ) : Thermostat
locationId int
ipAddress string
리턴 Thermostat

SaveThermostat() 공개 정적인 메소드

public static SaveThermostat ( Thermostat thermostat ) : int
thermostat Thermostat
리턴 int

Thermostat() 공개 메소드

public Thermostat ( ) : System
리턴 System