/ Assembly List / CVRDAL / Facility

Namespace - CVRDAL


Syntax

C#
public class Facility : IComparable<Facility>

The Facility table Data Class.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
CompareTo Provides the default Sort functionality.
ToString The object string identifier.
4 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.

Fields
ColumnCode The Code column name.
ColumnCodeTypeID The CodeTypeID column name.
ColumnDescription The Description column name.
ColumnID The ID 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.