/ Assembly List / LJCFacilityManagerDAL / Facility

Namespace - LJCFacilityManagerDAL


Syntax

C#
public class Facility

Represents a facility data record.

Remarks

A Facility defines a structure that can contain Units. Usually a Facility is a building with apartments, rooms or other divisions that can be defined as Units. A carport could be defined as a Facility and the individual parking spaces defined as Units.

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

Properties
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.
ID Gets or sets the ID value.
TypeDescription Gets or sets the TypeDescription value.

Fields
ColumnCode The Code column name.
ColumnCodeTypeID The Code Type ID column name.
ColumnDescription The Description column name.
ColumnID The ID column name.
ColumnTypeDescription The join Type Description column name.
LengthCode The Code maximum length.
LengthDescription The Description maximum length.
TableName The table name.

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