/ Assembly List / LJCFacilityManagerDAL / Unit

Namespace - LJCFacilityManagerDAL


Syntax

C#
public class Unit

Represents a data record.

Remarks

A Unit defines a part of a Facility. Usually a Unit is an appartment, room or other division of a Facility. A parking space can be a unit of a carport facility.

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

Private Methods
CreatePersonName Creates the combined person name.
1 Methods

Properties
Baths Gets or sets the Baths value.
Beds Gets or sets the Beds value.
ChangedNames Gets a reference to the ChangedNames list.
Code Gets or sets the Code value.
CodeTypeID Gets or sets the CodeTypeID value.
Description Gets or sets the Description value.
Extension Gets or sets the Extension value.
FacilityID Gets or sets the FacilityID value.
FirstName Gets or sets the FirstName join 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 join value.
PersonName Gets or sets the PersonName calculated value.
Phone Gets or sets the Phone value.
TypeDescription Gets or sets the TypeDescription join value.

Fields
ColumnBaths The Baths column name.
ColumnBeds The Beds column name.
ColumnCode The Description column name.
ColumnCodeTypeID The Code Type ID column name.
ColumnDescription The Description column name.
ColumnExtension The Extension column name.
ColumnFacilityID The Facility ID column name.
ColumnFirstName The join First Name column name.
ColumnID The ID column name.
ColumnLastName The join Last Name column name.
ColumnMiddleInitial The join Middle Initial column name.
ColumnPersonID The join Person ID column name.
ColumnPersonName The calculated Person Name column name.
ColumnPhone The Phone column name.
ColumnTypeDescription The join Type Description column name.
LengthCode The Code maximum length.
LengthDescription The Description maximum length.
LengthExtension The Extension maximum length.
LengthPhone The Phone maximum length.
PropertyPersonID The join Person ID property name.
TableName The table name.

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