/ Assembly List / LJCRegionDAL / City

Namespace - LJCRegionDAL


Syntax

C#
public class City : IComparable<City>

The City 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.
CityFlag Gets or sets the CityFlag value.
Description Gets or sets the Description value.
District Gets or sets the District value.
ID Gets or sets the CityID value.
Name Gets or sets the Name value.
ProvinceID Gets or sets the ProvinceID value.
ZipCode Gets or sets the ZipCode value.

Fields
ColumnCityFlag The CityFlag value.
ColumnDescription The Description value.
ColumnDistrict The District value.
ColumnID The CityID value.
ColumnName The Name value.
ColumnParentCityID The ParentCityID value.
ColumnProvinceID The ProvinceID value.
ColumnZipCode The ZipCode value.
LengthDescription The Description maximum length.
LengthName The Name maximum length.
LengthZipCode The ZipCode maximum length.
TableName The table name value.

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