/ Assembly List / LJCSalesDAL / InventoryProductManager

Namespace - LJCSalesDAL


Syntax

C#
public class InventoryProductManager : ObjectManager<InventoryProduct, InventoryProducts>

Provides InventoryProduct ObjectManager data methods.

Public Methods
#ctor Initializes an object instance.
GetJoins Creates and returns the Load Joins object.
LoadWithID Retrieves a Data Record with the supplied value.
LoadWithJoins Retrieves a collection of Data Records.
RetrieveWithID Retrieves a Data Record with the supplied value.
RetrieveWithProductNumber Retrieves a Data Record with the supplied name value.
SetOrderBy Sets the OrderBy Names.
7 Methods

Private Methods
GetIDKey Missing Summary
GetProductNumberKey Missing Summary
2 Methods

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.