Show / Hide Table of Contents

Class DBC.ZipToCityFields

Fields for ZipToCity, Zip codes and city names. Zip codes used during address entry. You will find more information about addressformat on http://techdoc.superoffice.com

Inheritance
object
DBC.ZipToCityFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.ZipToCityFields

Fields

City

ZipToCity.City: City field

Declaration
public const string City = "city"
Field Value
Type Description
string

CountryId

ZipToCity.CountryId: Country this zip table is valid for

Declaration
public const string CountryId = "country_id"
Field Value
Type Description
string

UpdatedCount

ZipToCity.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string

Zipcode

ZipToCity.Zipcode: Zipcode

Declaration
public const string Zipcode = "zipcode"
Field Value
Type Description
string

ZiptocityId

ZipToCity.ZiptocityId: Primary key

Declaration
public const string ZiptocityId = "ziptocity_id"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top