| C# |
|---|
| public class UnitMeasureManager : ObjectManager<UnitMeasure, UnitMeasures> |
| #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. |
| GetCodeKey | Missing Summary |
| GetIDKey | Missing Summary |
| LoadByDescription | Missing Summary |
| LoadBySequence | Loads a collection of data records ordered by Sequence. |