/ Assembly List / LJCFacilityManagerDAL / Address

Namespace - LJCFacilityManagerDAL


Syntax

C#
public class Address : IComparable<Address>

The Address 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

Private Methods
CreateCityStateZip Creates the calculated value.
1 Methods

Properties
ChangedNames Gets a reference to the ChangedNames list.
CityID Gets or sets the City ID value.
CityName Gets or sets the join CityName value.
CitySectionID Gets or sets the CitySection ID value.
CitySectionName Gets or sets the join CitySectionName value.
CityStateZip Gets the calculated CityStateZip calculated value.
CodeTypeID Gets or sets the CodeTypeID value.
ID Gets or sets the ID value.
PostalCode Gets or sets the PostalCode value.
ProvinceID Gets or sets the Province ID value.
ProvinceName Gets or sets the join ProvinceName value.
RegionID Gets or sets the Region ID value.
RegionName Gets or sets the join RegionName value.
Street Gets or sets the Street value.
TypeDescription Gets or sets the join TypeDescription value.

Fields
ColumnCityID The CityID value.
ColumnCitySectionID The CitySectionID value.
ColumnCityStateZip The Combined address calculated column name.
ColumnCodeTypeID The CodeTypeID value.
ColumnID The ID value.
ColumnPostalCode The PostalCode value.
ColumnProvinceID The ProvinceID value.
ColumnRegionID The RegionID value.
ColumnStreet The Street value.
LengthCity The City maximum length.
LengthPostalCode The PostalCode maximum length.
LengthProvinceCode The Province_Code maximum length.
LengthStreet The Street maximum length.
PropertyCityName The join CityName property value.
PropertyCitySectionName The join CitySectionName property value.
PropertyCodeTypeID The Code Type ID property name.
PropertyProvinceName The join ProvinceName property value.
PropertyRegionName The join RegionName property value.
TableName The table name value.

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