/ Assembly List / LJCFacilityManagerDAL / Equipment

Namespace - LJCFacilityManagerDAL


Syntax

C#
public class Equipment

Represents an equipment data record.

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.
UnitDescription Gets or sets the UnitDescription 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.