AddressSerializer Class |
Namespace: Telogis.GeoBase.Addresses
The AddressSerializer type exposes the following members.
Name | Description | |
---|---|---|
AddressSerializer | Initializes a new instance of the AddressSerializer class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FromDatabaseString |
Converts a pipe ('|') separated string into an IStructuredAddressData.
Must be the same format as a string from ToDataBaseString().
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToDataBaseString |
Converts an IStructuredAddressData into a pipe ('|') separated string
of values to store in a database.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |