/ Assembly List / LJCUnitMeasureDAL / UnitMeasureManager

Namespace - LJCUnitMeasureDAL


Syntax

C#
public class UnitMeasureManager : ObjectManager<UnitMeasure, UnitMeasures>

Provides Table specific data manipulation methods.

Public Methods
#ctor Initializes an object instance.
ConvertUnit Convert units.
IsDuplicate Check for duplicate unique key.
LoadWithCodes Loads a collection of data records ordered by Description.
RetrieveWithCode Retrieves a Data Record with the supplied value.
RetrieveWithID Retrieves a Data Record with the supplied value.
SetOrderByDescription Sets the current OrderBy names.
SetOrderBySequence Sets the current OrderBy names.
8 Methods

Private Methods
GetCodeKey Missing Summary
GetIDKey Missing Summary
LoadByDescription Missing Summary
LoadBySequence Loads a collection of data records ordered by Sequence.
4 Methods

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