/ Assembly List / LJCRegionDAL / CitySection

Namespace - LJCRegionDAL


Syntax

C#
public class CitySection : IComparable<CitySection>

The CitySection 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.
CityID Gets or sets the CityID value.
Contact Gets or sets the Contact value.
Description Gets or sets the Description value.
ID Gets or sets the ID value.
Name Gets or sets the Name value.
ZoneType Gets or sets the ZoneType value.

Fields
ColumnCityID The CityID value.
ColumnContact The Contact column name.
ColumnDescription The Description value.
ColumnID The ID value.
ColumnName The Name value.
ColumnZoneType The ZoneType column name.
LengthContact The Contact maximum length.
LengthDescription The Description maximum length.
LengthName The Name maximum length.
LengthZoneType The ZoneType maximum length.
TableName The table name value.

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