/ Assembly List / LJCFacilityManagerDAL / Person

Namespace - LJCFacilityManagerDAL


Syntax

C#
public class Person

The Person table Data Record.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
ToString The object string identifier.
3 Methods

Private Methods
CreateFullName Creates the full combined name.
1 Methods

Properties
BirthDate Gets or sets the BirthDate value.
CellPhone Gets or sets the CellPhone value.
ChangedNames Gets a reference to the ChangedNames list.
Code Gets or sets the join Code value.
CodeTypeID Gets or sets the CodeTypeID value.
DisplayText Gets or sets the DisplayText calculated value.
Extension Gets or sets the Extension value.
Fax Gets or sets the Fax value.
FirstName Gets or sets the FirstName value.
FullName Gets the FullName calculated value.
ID Gets or sets the ID value.
LastName Gets or sets the LastName value.
MiddleInitial Gets or sets the MiddleInitial value.
Password Gets or sets the Password value.
Phone Gets or sets the Phone value.
PrincipleFlag Gets or sets the PrincipleFlag value.
PrincipleTitle Gets or sets the PrincipleTitle value.
Sex Gets or sets the Sex value.
TypeDescription Gets or sets the join Code TypeDescription value.
UnitDescription Gets or sets the join UnitDescription value.
UserID Gets or sets the UserID value.

Fields
ColumnBirthDate The Birth Date column name.
ColumnCellPhone The Cell Phone column name.
ColumnCode The join Type Code column name.
ColumnCodeTypeID The Code Type ID column name.
ColumnExtension The Extension column name.
ColumnFax The Fax column name.
ColumnFirstName The FirstName 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.
ColumnPassword The Password column name.
ColumnPhone The Phone column name.
ColumnPrincipleFlag The Principle Flag column name.
ColumnPrincipleTitle The Principle Title column name.
ColumnSex The Gender column name.
ColumnTypeDescription The join Type Description column name.
ColumnUnitDescription The join Unit Description column name.
ColumnUserID The User ID column name.
LengthCellPhone The CellPhone maximum length.
LengthExtension The Extension maximum length.
LengthFax The Fax maximum length.
LengthFirstName The FirstName maximum length.
LengthLastName The LastName maximum length.
LengthMiddleInitial The MiddleInitial maximum length.
LengthPassword The Password maximum length.
LengthPhone The Phone maximum length.
LengthPrincipleTitle The PrincipleTitle maximum length.
LengthSex The Sex maximum length.
LengthUserID The UserID maximum length.
TableName The table name.

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