C# Class JetstreamLaunchpad.DAL.DBTransaction

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.

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

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

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

Method Details

Dispose() public method

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

GetInventoryTransaction() public method

Method to get temperature list
public GetInventoryTransaction ( string searchString, string startDateFrom, string startDateTo, int sensorTimeWindow ) : IEnumerable
searchString string
startDateFrom string
startDateTo string
sensorTimeWindow int
return IEnumerable