C# 클래스 ThermostatMonitorLib.Location

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

공개 메소드들

메소드 설명
DeleteLocation ( int locationId ) : void
GetPropertyValue ( string propertyName ) : object
LoadLocation ( System apiKey ) : Location
LoadLocation ( int locationId ) : Location
Location ( ) : System
SaveLocation ( Location location ) : int

비공개 메소드들

메소드 설명
GetLocation ( DataRow row ) : Location

메소드 상세

DeleteLocation() 공개 정적인 메소드

public static DeleteLocation ( int locationId ) : void
locationId int
리턴 void

GetPropertyValue() 공개 메소드

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

LoadLocation() 공개 정적인 메소드

public static LoadLocation ( System apiKey ) : Location
apiKey System
리턴 Location

LoadLocation() 공개 정적인 메소드

public static LoadLocation ( int locationId ) : Location
locationId int
리턴 Location

Location() 공개 메소드

public Location ( ) : System
리턴 System

SaveLocation() 공개 정적인 메소드

public static SaveLocation ( Location location ) : int
location Location
리턴 int