C# Class JetstreamLaunchpad.DAL.DBInventory

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.

GetInventoryList ( string logicalDeviceId, string searchText ) : IEnumerable

Method to get Inventory list after search

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.

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

Get Total list of items in the inventory

Method Details

Dispose() public method

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

GetInventoryList() public method

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