/ Assembly List / LJCUnitMeasureDAL / UnitMeasure

Namespace - LJCUnitMeasureDAL


Syntax

C#
public class UnitMeasure : IComparable<UnitMeasure>

The UnitMeasure table Data Object.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
CompareTo Provides the default Sort functionality.
ToString The object string identifier.
4 Methods

Properties
AltName Gets or sets the AltName value.
ChangedNames Gets a reference to the ChangedNames list.
Code Gets or sets the Code value.
Description Gets or sets the Description value.
ID Gets or sets the ID value.
Name Gets or sets the Name value.
Sequence Gets or sets the Sequence value.
UnitCategoryID Gets or sets the UnitCategoryID value.
UnitSystemID Gets or sets the UnitSystemID value.
UnitTypeID Gets or sets the UnitTypeID value.

Fields
ColumnAltName The AltName column name.
ColumnCode The Code column name.
ColumnDescription The Description column name.
ColumnID The ID column name.
ColumnName The Name column name.
ColumnSequence The Sequence column name.
ColumnUnitCategoryID The UnitCategoryID column name.
ColumnUnitSystemID The UnitSystemID column name.
ColumnUnitTypeID The UnitTypeID column name.
LengthAltName The AltName maximum length.
LengthCode The Code maximum length.
LengthDescription The Description maximum length.
LengthName The Name maximum length.
TableName The table name.

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