C# 클래스 JetstreamLaunchpad.DAL.DBInventory

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

공개 메소드들

메소드 설명
Dispose ( ) : void

Function is used to dispose unused objects.

GetInventoryList ( string logicalDeviceId, string searchText ) : IEnumerable

Method to get Inventory list after search

비공개 메소드들

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

GetTotalInventory ( IOrderedEnumerable lstTotalInventoryMl, string logicalDeviceId, string searchText ) : List

Get Total list of items in the inventory

메소드 상세

Dispose() 공개 메소드

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

GetInventoryList() 공개 메소드

Method to get Inventory list after search
public GetInventoryList ( string logicalDeviceId, string searchText ) : IEnumerable
logicalDeviceId string
searchText string
리턴 IEnumerable