| C# |
|---|
| public class CVPerson : IComparable<CVPerson> |
| #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. |
| CityID | Gets or sets the CityID value. |
| CitySectionID | Gets or sets the CitySectionID value. |
| CVSexID | Gets or sets the CVSexID value. |
| DeliveryAddressLine | Gets or sets the DeliveryAddressLine value. |
| FirstName | Gets or sets the FirstName value. |
| FullName | Gets the calculated FullName value. |
| ID | Gets or sets the ID value. |
| LastLine | Gets or sets the LastLine value. |
| LastName | Gets or sets the LastName value. |
| MiddleName | Gets or sets the MiddleName value. |
| Phone | Gets or sets the Phone value. |
| ProvinceID | Gets or sets the ProvinceID value. |
| RegionID | Gets or sets the RegionID value. |
| ColumnCityID | The CityID column name. |
| ColumnCitySectionID | The CitySectionID column name. |
| ColumnCVSexID | The CVSexID column name. |
| ColumnDeliveryAddressLine | The DeliveryAddressLine column name. |
| ColumnFirstName | The FirstName column name. |
| ColumnFullName | The Full Name column name. |
| ColumnID | The ID column name. |
| ColumnLastLine | The LastLine column name. |
| ColumnLastName | The LastName column name. |
| ColumnMiddleName | The MiddleName column name. |
| ColumnPhone | The Phone column name. |
| ColumnProvinceID | The ProvinceID column name. |
| ColumnRegionID | The RegionID column name. |
| LengthDeliveryAddressLine | The DeliveryAddressLine maximum length. |
| LengthFirstName | The FirstName maximum length. |
| LengthFullName | The LastLine maximum length. |
| LengthLastLine | The LastLine maximum length. |
| LengthLastName | The LastName maximum length. |
| LengthMiddleName | The MiddleName maximum length. |
| LengthPhone | The LastLine maximum length. |
| TableName | The table name. |