| AddressSearchEventArgs Class |
|
Namespace: DataPAEnterpriseDashboard
public class AddressSearchEventArgs : EventArgs, AddressSearchEventArgs_AddressSearchEventArgs
The AddressSearchEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| Address |
Gets And sets the address being searched for
| |
| Cached |
Gets And sets a value that indicates whether this address Is cahced
| |
| Exception |
If this search raised an exception, gets And sets the exception that was raised
| |
| Found |
Gets And sets a value that indicates whether this address was found
| |
| MapDataPlot |
Gets And sets the address being searched for
| |
| Position |
Gets And sets the location returned by the search (Or null if Not found)
| |
| TotalAddressesFound |
Gets And sets the total number of addresses found in this search
| |
| TotalAddressesInRequest |
Gets And sets the total number of addresses to be processed in this request
| |
| TotalAddressesProcessed |
Gets And sets the total number of addresses searched so far in this request
|