| C# |
|---|
| public class Business : IComparable<Business> |
| #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. |
| CodeTypeID | Gets or sets the TypeID value. |
| Description | Gets or sets the Description value. |
| EffectiveDate | Gets or sets the EffectiveDate value. |
| ExpirationDate | Gets or sets the ExpirationDate value. |
| Extension | Gets or sets the Extension value. |
| Fax | Gets or sets the Fax value. |
| ID | Gets or sets the ID value. |
| Name | Gets or sets the Name value. |
| Phone | Gets or sets the Phone value. |
| TypeDescription | Gets or sets the join TypeDescription value. |
| ColumnCodeTypeID | The Code Type ID column name. |
| ColumnDescription | The Description column name. |
| ColumnEffectiveDate | The Effective Date column name. |
| ColumnExpirationDate | The Expiration Date column name. |
| ColumnExtension | The ID column name. |
| ColumnFax | The ID column name. |
| ColumnID | The ID column name. |
| ColumnName | The ID column name. |
| ColumnPhone | The ID column name. |
| ColumnTypeDescription | The join Type Description column name. |
| LengthDescription | The Description maximum length. |
| LengthExtension | The Extension maximum length. |
| LengthFax | The Fax maximum length. |
| LengthName | The Name maximum length. |
| LengthPhone | The Phone maximum length. |
| TableName | The table name. |