/ Assembly List / LJCUnitMeasureDAL / UnitConversion

Namespace - LJCUnitMeasureDAL


Syntax

C#
public class UnitConversion : IComparable<UnitConversion>

The UnitConversion table Data Object.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
CompareTo Provides the default Sort functionality.
ConvertUnit Returns the converted Unit.
ToString The object string identifier.
5 Methods

Properties
ChangedNames Gets a reference to the ChangedNames list.
Expression Gets or sets the Expression value.
FromUnitMeasureID Gets or sets the FromUnitMeasureID value.
ToUnitMeasureID Gets or sets the ToUnitMeasureID value.

Fields
ColumnExpression The Expression column name.
ColumnFromUnitMeasureID The FromUnitMeasureID column name.
ColumnToUnitMeasureID The ToUnitMeasureID column name.
LengthExpression The Expression maximum length.
TableName The table name.

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