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
System.Object
DBC.ZipToCityFields
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|
System.String |
CountryId
ZipToCity.CountryId: Country this zip table is valid for
Declaration
public const string CountryId = "country_id"
Field Value
Type | Description |
---|---|
System.String |
UpdatedCount
ZipToCity.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
System.String |
Zipcode
ZipToCity.Zipcode: Zipcode
Declaration
public const string Zipcode = "zipcode"
Field Value
Type | Description |
---|---|
System.String |
ZiptocityId
ZipToCity.ZiptocityId: Primary key
Declaration
public const string ZiptocityId = "ziptocity_id"
Field Value
Type | Description |
---|---|
System.String |