/ Assembly List / LJCRegionDAL / Province

Namespace - LJCRegionDAL


Syntax

C#
public class Province : IComparable<Province>

The Province 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
Abbreviation Gets or sets the Abbreviation value.
ChangedNames Gets a reference to the ChangedNames list.
Description Gets or sets the Description value.
ID Gets or sets the ProvinceID value.
Name Gets or sets the Name value.
RegionID Gets or sets the RegionID value.

Fields
ColumnAbbreviation The Abbreviation value.
ColumnDescription The Description value.
ColumnID The ProvinceID value.
ColumnName The Name value.
ColumnRegionID The RegionID value.
LengthAbbreviation The Abbreviation maximum length.
LengthDescription The Description maximum length.
LengthName The Name maximum length.
TableName The table name value.

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