/ Assembly List / LJCSalesDAL / SalesCustomer

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
ColumnCity The City column name.
ColumnCityID The CityID column name.
ColumnCitySection The CitySection column name.
ColumnCitySectionID The CitySectionID column name.
ColumnFirstName The FirstName column name.
ColumnFullName The Calculated FullName column name.
ColumnID The ID column name.
ColumnLastName The LastName column name.
ColumnMiddleName The MiddleName column name.
ColumnProvince The Province column name.
ColumnProvinceID The ProvinceID column name.
ColumnRegion The Region column name.
ColumnRegionID The RegionID column name.
LengthCity The City maximum length.
LengthCitySection The CitySection maximum length.
LengthFirstName The FirstName maximum length.
LengthLastName The LastName maximum length.
LengthMiddleName The MiddleName maximum length.
LengthProvince The Province maximum length.
LengthRegion The Region maximum length.
TableName The table name.

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