Namespace - LJCSalesDAL
Syntax
| C# |
|
public class SalesCustomer : IComparable<SalesCustomer>
|
The SalesCustomer table Data Object.
Public Methods
|
#ctor
|
Initializes an object instance.
|
|
#ctor
|
Initializes an object instance with the provided values.
|
|
Clone
|
Clones the structure of the object.
|
|
CompareTo
|
Provides the default Sort functionality.
|
|
ToString
|
The object string identifier.
|
5 Methods
Properties
|
ChangedNames
|
Gets a reference to the ChangedNames list. |
|
City
|
Gets or sets the City value. |
|
CityID
|
Gets or sets the CityID value. |
|
CitySection
|
Gets or sets the CitySection value. |
|
CitySectionID
|
Gets or sets the CitySectionID value. |
|
FirstName
|
Gets or sets the FirstName value. |
|
FullName
|
Gets the FullName value. |
|
ID
|
Gets or sets the ID value. |
|
LastName
|
Gets or sets the LastName value. |
|
MiddleName
|
Gets or sets the MiddleName value. |
|
Province
|
Gets or sets the Province value. |
|
ProvinceID
|
Gets or sets the ProvinceID value. |
|
Region
|
Gets or sets the Region value. |
|
RegionID
|
Gets or sets the RegionID value. |
Fields
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.