C# Class Ushahidi.Map.MapPoint.Production.FindServiceSoap

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Show file Open project: ushahidi/Ushahidi_WinMobile

Public Methods

Method Description
BeginFind ( FindSpecification specification, System callback, object asyncState ) : System.IAsyncResult
BeginFindAddress ( FindAddressSpecification specification, System callback, object asyncState ) : System.IAsyncResult
BeginFindByID ( FindByIDSpecification specification, System callback, object asyncState ) : System.IAsyncResult
BeginFindByProperty ( FindByPropertySpecification specification, System callback, object asyncState ) : System.IAsyncResult
BeginFindNearRoute ( FindNearRouteSpecification specification, System callback, object asyncState ) : System.IAsyncResult
BeginFindNearby ( FindNearbySpecification specification, System callback, object asyncState ) : System.IAsyncResult
BeginFindPolygon ( FindPolygonSpecification specification, System callback, object asyncState ) : System.IAsyncResult
BeginGetLocationInfo ( LatLong location, string dataSourceName, GetInfoOptions options, System callback, object asyncState ) : System.IAsyncResult
BeginParseAddress ( string inputAddress, string countryRegion, System callback, object asyncState ) : System.IAsyncResult
EndFind ( System asyncResult ) : FindResults
EndFindAddress ( System asyncResult ) : FindResults
EndFindByID ( System asyncResult ) : FindResults
EndFindByProperty ( System asyncResult ) : FindResults
EndFindNearRoute ( System asyncResult ) : FindResults
EndFindNearby ( System asyncResult ) : FindResults
EndFindPolygon ( System asyncResult ) : FindResults
EndGetLocationInfo ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.Location[]
EndParseAddress ( System asyncResult ) : Address
FindServiceSoap ( ) : System

Private Methods

Method Description
Find ( FindSpecification specification ) : FindResults
FindAddress ( FindAddressSpecification specification ) : FindResults
FindByID ( FindByIDSpecification specification ) : FindResults
FindByProperty ( FindByPropertySpecification specification ) : FindResults
FindNearRoute ( FindNearRouteSpecification specification ) : FindResults
FindNearby ( FindNearbySpecification specification ) : FindResults
FindPolygon ( FindPolygonSpecification specification ) : FindResults
GetLocationInfo ( LatLong location, string dataSourceName, GetInfoOptions options ) : Ushahidi.Map.MapPoint.Production.Location[]
ParseAddress ( string inputAddress, string countryRegion ) : Address

Method Details

BeginFind() public method

public BeginFind ( FindSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindSpecification
callback System
asyncState object
return System.IAsyncResult

BeginFindAddress() public method

public BeginFindAddress ( FindAddressSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindAddressSpecification
callback System
asyncState object
return System.IAsyncResult

BeginFindByID() public method

public BeginFindByID ( FindByIDSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindByIDSpecification
callback System
asyncState object
return System.IAsyncResult

BeginFindByProperty() public method

public BeginFindByProperty ( FindByPropertySpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindByPropertySpecification
callback System
asyncState object
return System.IAsyncResult

BeginFindNearRoute() public method

public BeginFindNearRoute ( FindNearRouteSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindNearRouteSpecification
callback System
asyncState object
return System.IAsyncResult

BeginFindNearby() public method

public BeginFindNearby ( FindNearbySpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindNearbySpecification
callback System
asyncState object
return System.IAsyncResult

BeginFindPolygon() public method

public BeginFindPolygon ( FindPolygonSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindPolygonSpecification
callback System
asyncState object
return System.IAsyncResult

BeginGetLocationInfo() public method

public BeginGetLocationInfo ( LatLong location, string dataSourceName, GetInfoOptions options, System callback, object asyncState ) : System.IAsyncResult
location LatLong
dataSourceName string
options GetInfoOptions
callback System
asyncState object
return System.IAsyncResult

BeginParseAddress() public method

public BeginParseAddress ( string inputAddress, string countryRegion, System callback, object asyncState ) : System.IAsyncResult
inputAddress string
countryRegion string
callback System
asyncState object
return System.IAsyncResult

EndFind() public method

public EndFind ( System asyncResult ) : FindResults
asyncResult System
return FindResults

EndFindAddress() public method

public EndFindAddress ( System asyncResult ) : FindResults
asyncResult System
return FindResults

EndFindByID() public method

public EndFindByID ( System asyncResult ) : FindResults
asyncResult System
return FindResults

EndFindByProperty() public method

public EndFindByProperty ( System asyncResult ) : FindResults
asyncResult System
return FindResults

EndFindNearRoute() public method

public EndFindNearRoute ( System asyncResult ) : FindResults
asyncResult System
return FindResults

EndFindNearby() public method

public EndFindNearby ( System asyncResult ) : FindResults
asyncResult System
return FindResults

EndFindPolygon() public method

public EndFindPolygon ( System asyncResult ) : FindResults
asyncResult System
return FindResults

EndGetLocationInfo() public method

public EndGetLocationInfo ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.Location[]
asyncResult System
return Ushahidi.Map.MapPoint.Production.Location[]

EndParseAddress() public method

public EndParseAddress ( System asyncResult ) : Address
asyncResult System
return Address

FindServiceSoap() public method

public FindServiceSoap ( ) : System
return System