| C# |
|---|
| public class CodeType : IComparable<CodeType> |
| #ctor | Initializes an object instance. |
| Clone | Clones the structure of the object. |
| CompareTo | Provides the default Sort functionality. |
| ToString | The object string identifier. |
| ChangedNames | Gets a reference to the ChangedNames list. |
| Code | Gets or sets the Code value. |
| CodeTypeClassDescription | Gets or sets the join CodeTypeClassDescription value. |
| CodeTypeClassID | Gets or sets the CodeTypeClassID value. |
| Description | Gets or sets the Description value. |
| ID | Gets or sets the ID value. |
| ColumnCode | The Code value. |
| ColumnCodeTypeClassDescription | The ColumnClassDescription value. |
| ColumnCodeTypeClassID | The CodeTypeClassID value. |
| ColumnDescription | The Description value. |
| ColumnID | The ID value. |
| LengthCode | The Code maximum length. |
| LengthDescription | The Description maximum length. |
| TableName | The table name value. |