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