C# 클래스 JetstreamLaunchpad.DAL.DBTransaction

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

공개 메소드들

메소드 설명
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