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
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.