| C# |
|---|
| public class PersonRelation |
| #ctor | Initializes an object instance. |
| Clone | Clones the structure of the object. |
| CreateFullName | Creates the full combined person name. |
| ChangedNames | Gets a reference to the ChangedNames list. |
| FirstName | Gets or sets the FirstName join value. |
| FullName | Gets or sets the FullName calculated value. |
| ID | Gets or sets the ID value. |
| LastName | Gets or sets the LastName join value. |
| MiddleInitial | Gets or sets the MiddleInitial join value. |
| PersonID | Gets or sets the PersonID value. |
| RelationCodeTypeID | Gets or sets the RelationCodeTypeID value. |
| RelationID | Gets or sets the RelationID value. |
| TypeDescription | Gets or sets the TypeDescription join value. |
| ColumnFirstName | The First Name column name. |
| ColumnFullName | The Full Name column name. |
| ColumnID | The ID column name. |
| ColumnLastName | The Last Name column name. |
| ColumnMiddleInitial | The Middle Initial column name. |
| ColumnPersonID | The Person ID column name. |
| ColumnRelationCodeTypeID | The Relation Code Type ID column name. |
| ColumnRelationID | The Relation ID column name. |
| ColumnTypeDescription | The Type Description column name. |
| TableName | The table name. |