/ Assembly List / LJCRegionDAL / RegionData

Namespace - LJCRegionDAL


Syntax

C#
public class RegionData : IComparable<RegionData>

The Region table Data Record.

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.
Description Gets or sets the Description value.
ID Gets or sets the RegionID value.
Name Gets or sets the Name value.
Number Gets or sets the Number value.

Fields
ColumnDescription The Description value.
ColumnID The RegionID value.
ColumnName The Name value.
ColumnNumber The Number value.
LengthDescription The Description maximum length.
LengthName The Name maximum length.
LengthNumber The Number maximum length.
TableName The table name value.

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