C# 클래스 JetstreamLaunchpad.DAL.DBTemperature

상속: TersoConnectEntity, IDisposable
파일 보기 프로젝트 열기: tersosolutions/JetstreamSDK-.NET_Launchpad 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Function is used to dispose unused objects.

GetTemperatureList ( string logicalDeviceId, string readingTimeFrom, string readingTimeTo ) : IEnumerable

Method to get temperature list

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Dispose(bool disposing) executes in two distinct scenarios. If disposing equals true, it will dispose managed and unmanaged resources. If disposing equals false, only unmanaged resources can be disposed.

SetTemperatureReadingName ( IEnumerable lstTemperatureModel ) : void

Set temperature name from TemperatureA to A and TemperatureB to B

메소드 상세

Dispose() 공개 메소드

Function is used to dispose unused objects.
public Dispose ( ) : void
리턴 void

GetTemperatureList() 공개 메소드

Method to get temperature list
public GetTemperatureList ( string logicalDeviceId, string readingTimeFrom, string readingTimeTo ) : IEnumerable
logicalDeviceId string
readingTimeFrom string
readingTimeTo string
리턴 IEnumerable