Class Summary |
App |
The App object offers zip code functionality such as:
Checking if ZipCode is valid using method ValidateZip;
Getting distance between 2 zipcodess using CalcDistanceBetweenZipCodes;
Finding all ZipCodes in specific city using ZipsFromCity; |
ColumnDataType |
|
DataSource |
Used for specifying properties to connect to a database. |
Db |
The Db class is mainly used by Bullseye internally to access the database. |
ErrorCode |
|
LastError |
This is a static object that holds information about last error that
occurred. |
SortOrder |
|
SortParameter |
|
Utils |
General utility functions
These functions are generally used internally by Bullseye, and will not
need to be accessed in most implementations of Bullseye. |
ZipSearch |
This method finds matching companies using ZipCode (or City) within
specified radius. |
ZipSearchResults |
Initializes a new instance of a ZipSearch class. |