/ Assembly List / LJCFacilityManagerDAL / Fixture

Namespace - LJCFacilityManagerDAL


Syntax

C#
public class Fixture

The Fixture table Data Record.

Remarks

A Fixture defines an item in a Unit. The item may be fixed such as a sink, shower or light fixture or may be moveable such as a washer, dryer or item of furniture.

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.
Make Gets or sets the Make value.
Model Gets or sets the Model value.
SerialNumber Gets or sets the SerialNumber value.
TypeDescription Gets or sets the TypeDescription join value.
UnitID Gets or sets the UnitID value.

Fields
ColumnCode The Code column name.
ColumnCodeTypeID The Code Type ID column name.
ColumnDescription The Description column name.
ColumnID The ID column name.
ColumnMake The Make column name.
ColumnModel The Model column name.
ColumnSerialNumber The Serial Number column name.
ColumnTypeDescription The join Type Description column name.
ColumnUnitDescription The join Unit Description column name.
ColumnUnitID The Unit ID column name.
LengthCode The Code maximum length.
LengthDescription The Description maximum length.
LengthMake The Make maximum length.
LengthModel The Model maximum length.
LengthSerialNumber The SerialNumber maximum length.
TableName The table name.

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