Class PostalCodeListEntity
This class represents the EntityModel interface to the syZipCode database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class PostalCodeListEntity : Entity, IIdentifiable, IAuditable
Constructors
PostalCodeListEntity()
Declaration
public PostalCodeListEntity()
Fields
AreaCodeProperty
The AreaCode property.
Declaration
public static readonly EntityProperty AreaCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CityProperty
The City property.
Declaration
public static readonly EntityProperty CityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CityTypeProperty
The CityType property.
Declaration
public static readonly EntityProperty CityTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CountryNameProperty
The CountryName property.
Declaration
public static readonly EntityProperty CountryNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CountyFipsProperty
The CountyFips property.
Declaration
public static readonly EntityProperty CountyFipsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CountyNameProperty
The CountyName property.
Declaration
public static readonly EntityProperty CountyNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The Represents the date added associated with this postal code. property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DstProperty
The Dst property.
Declaration
public static readonly EntityProperty DstProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The Represents the date modified associated with this postal code. property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The Represents the modified by associated with this postal code. property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LatitudeProperty
The Latitude property.
Declaration
public static readonly EntityProperty LatitudeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LongitudeProperty
The Longitude property.
Declaration
public static readonly EntityProperty LongitudeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MsaCodeProperty
The MsaCode property.
Declaration
public static readonly EntityProperty MsaCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PostalCodeProperty
The PostalCode property.
Declaration
public static readonly EntityProperty PostalCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PostalCodeTypeProperty
The PostalCodeType property.
Declaration
public static readonly EntityProperty PostalCodeTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProvinceNameProperty
The ProvinceName property.
Declaration
public static readonly EntityProperty ProvinceNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The Represents the row version associated with this postal code. property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StateFipsProperty
The StateFips property.
Declaration
public static readonly EntityProperty StateFipsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StateProperty
The State property.
Declaration
public static readonly EntityProperty StateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TimeZoneProperty
The TimeZone property.
Declaration
public static readonly EntityProperty TimeZoneProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UtcProperty
The Utc property.
Declaration
public static readonly EntityProperty UtcProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AreaCode
Gets or sets the AreaCode associated with this PostalCodeListEntity.
Declaration
public string AreaCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AreaCode. |
City
Gets or sets the City associated with this PostalCodeListEntity.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
CityType
Gets or sets the CityType associated with this PostalCodeListEntity.
Declaration
public string CityType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CityType. |
CountryName
Gets or sets the CountryName associated with this PostalCodeListEntity.
Declaration
public string CountryName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CountryName. |
CountyFips
Gets or sets the CountyFips associated with this PostalCodeListEntity.
Declaration
public int? CountyFips { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CountyFips. |
CountyName
Gets or sets the CountyName associated with this PostalCodeListEntity.
Declaration
public string CountyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CountyName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PostalCodeListEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Dst
Gets or sets the Dst associated with this PostalCodeListEntity.
Declaration
public bool Dst { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The Dst. |
Id
Gets or sets the Id associated with this PostalCodeListEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PostalCodeListEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PostalCodeListEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Latitude
Gets or sets the Latitude associated with this PostalCodeListEntity.
Declaration
public double? Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | The Latitude. |
Longitude
Gets or sets the Longitude associated with this PostalCodeListEntity.
Declaration
public double? Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | The Longitude. |
MsaCode
Gets or sets the MsaCode associated with this PostalCodeListEntity.
Declaration
public string MsaCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MsaCode. |
PostalCode
Gets or sets the PostalCode associated with this PostalCodeListEntity.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
PostalCodeType
Gets or sets the PostalCodeType associated with this PostalCodeListEntity.
Declaration
public string PostalCodeType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCodeType. |
ProvinceName
Gets or sets the ProvinceName associated with this PostalCodeListEntity.
Declaration
public string ProvinceName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProvinceName. |
RowVersion
Gets or sets the RowVersion associated with this PostalCodeListEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
State
Gets or sets the State associated with this PostalCodeListEntity.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The State. |
StateFips
Gets or sets the StateFips associated with this PostalCodeListEntity.
Declaration
public string StateFips { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StateFips. |
TimeZone
Gets or sets the TimeZone associated with this PostalCodeListEntity.
Declaration
public string TimeZone { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TimeZone. |
Utc
Gets or sets the Utc associated with this PostalCodeListEntity.
Declaration
public string Utc { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Utc. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()