/ Assembly List / LJCUnitMeasureDAL / UnitType

Namespace - LJCUnitMeasureDAL


Syntax

C#
public class UnitType : IComparable<UnitType>

The UnitType 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
ChangedNames Gets a reference to the ChangedNames list.
Code Gets or sets the Code value.
ID Gets or sets the ID value.
Name Gets or sets the Name value.
UnitCategoryID Gets or sets the UnitCategoryID value.

Fields
ColumnCode The Code column name.
ColumnID The ID column name.
ColumnName The Name column name.
ColumnUnitCategoryID The UnitCategoryID column name.
LengthCode The Code maximum length.
LengthName The Name maximum length.
TableName The table name.

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