| C# |
|---|
| public class UnitConversion : IComparable<UnitConversion> |
| #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. |
| 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. |
| ColumnExpression | The Expression column name. |
| ColumnFromUnitMeasureID | The FromUnitMeasureID column name. |
| ColumnToUnitMeasureID | The ToUnitMeasureID column name. |
| LengthExpression | The Expression maximum length. |
| TableName | The table name. |