C# Class JetstreamLaunchpad.DAL.DBTemperature

Inheritance: TersoConnectEntity, IDisposable
Mostra file Open project: tersosolutions/JetstreamSDK-.NET_Launchpad Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Function is used to dispose unused objects.

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

Method to get temperature list

Private Methods

Method Description
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

Method Details

Dispose() public method

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

GetTemperatureList() public method

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