Click or drag to resize

AddressSerializer Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Allows IStructuredAddressData to be stored in a database with pipe separated values.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.AddressesAddressSerializer

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class AddressSerializer : IAddressSerializer

The AddressSerializer type exposes the following members.

Constructors
  NameDescription
Public methodAddressSerializer
Initializes a new instance of the AddressSerializer class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFromDatabaseString
Converts a pipe ('|') separated string into an IStructuredAddressData. Must be the same format as a string from ToDataBaseString().
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToDataBaseString
Converts an IStructuredAddressData into a pipe ('|') separated string of values to store in a database.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also