/ Assembly List / LJCFacilityManagerDAL / UnitPerson

Namespace - LJCFacilityManagerDAL


Syntax

C#
public class UnitPerson

Represents a unit person data record.

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

Private Methods
CreatePersonName Creates the combined person name.
1 Methods

Properties
BeginDate Gets or sets the BeginDate value.
ChangedNames Gets a reference to the ChangedNames list.
EndDate Gets or sets the EndDate value.
FirstName Gets or sets the FirstName join value.
LastName Gets or sets the join LastName value.
MiddleInitial Gets or sets the MiddleInitial join value.
PersonID Gets or sets the PersonID value.
PersonName Gets or sets the PersonName calculated value.
UnitDescription Gets or sets the UnitDescription join value.
UnitID Gets or sets the UnitID value.

Fields
ColumnBeginDate The Begin Date column name.
ColumnEndDate The End Date column name.
ColumnPersonID The Person ID column name.
ColumnUnitID The Unit ID column name.
PropertyFirstName The join FirstName column name.
PropertyLastName The join Last Name column name.
PropertyMiddleInitial The join Middle Initial column name.
PropertyPersonName The calculated Person Name column name.
PropertyUnitDescription The join Unit Description column name.
TableName The table name.

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