C# Класс JetstreamLaunchpad.DAL.DBTransaction

Наследование: TersoConnectEntity, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( ) : void

Function is used to dispose unused objects.

GetInventoryTransaction ( string searchString, string startDateFrom, string startDateTo, int sensorTimeWindow ) : 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.

SetValue ( List lstTransactionModel, System.DateTime compareDateTime, string searchString, int sensorTimeWindow ) : List

Set the value of user, latitude, longitude, range etc.

Описание методов

Dispose() публичный Метод

Function is used to dispose unused objects.
public Dispose ( ) : void
Результат void

GetInventoryTransaction() публичный Метод

Method to get temperature list
public GetInventoryTransaction ( string searchString, string startDateFrom, string startDateTo, int sensorTimeWindow ) : IEnumerable
searchString string
startDateFrom string
startDateTo string
sensorTimeWindow int
Результат IEnumerable