/ Assembly List / LJCFacilityManagerDAL / PersonRelation

Namespace - LJCFacilityManagerDAL


Syntax

C#
public class PersonRelation

Represents a relationship data record.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
2 Methods

Private Methods
CreateFullName Creates the full combined person name.
1 Methods

Properties
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.

Fields
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.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.