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

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Afficher le fichier Open project: ushahidi/Ushahidi_WinMobile

Méthodes publiques

Méthode 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.Staging.Location[]
EndParseAddress ( System asyncResult ) : Address
FindServiceSoap ( ) : System

Private Methods

Méthode 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.Staging.Location[]
ParseAddress ( string inputAddress, string countryRegion ) : Address

Method Details

BeginFind() public méthode

public BeginFind ( FindSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindSpecification
callback System
asyncState object
Résultat System.IAsyncResult

BeginFindAddress() public méthode

public BeginFindAddress ( FindAddressSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindAddressSpecification
callback System
asyncState object
Résultat System.IAsyncResult

BeginFindByID() public méthode

public BeginFindByID ( FindByIDSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindByIDSpecification
callback System
asyncState object
Résultat System.IAsyncResult

BeginFindByProperty() public méthode

public BeginFindByProperty ( FindByPropertySpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindByPropertySpecification
callback System
asyncState object
Résultat System.IAsyncResult

BeginFindNearRoute() public méthode

public BeginFindNearRoute ( FindNearRouteSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindNearRouteSpecification
callback System
asyncState object
Résultat System.IAsyncResult

BeginFindNearby() public méthode

public BeginFindNearby ( FindNearbySpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindNearbySpecification
callback System
asyncState object
Résultat System.IAsyncResult

BeginFindPolygon() public méthode

public BeginFindPolygon ( FindPolygonSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindPolygonSpecification
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetLocationInfo() public méthode

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

BeginParseAddress() public méthode

public BeginParseAddress ( string inputAddress, string countryRegion, System callback, object asyncState ) : System.IAsyncResult
inputAddress string
countryRegion string
callback System
asyncState object
Résultat System.IAsyncResult

EndFind() public méthode

public EndFind ( System asyncResult ) : FindResults
asyncResult System
Résultat FindResults

EndFindAddress() public méthode

public EndFindAddress ( System asyncResult ) : FindResults
asyncResult System
Résultat FindResults

EndFindByID() public méthode

public EndFindByID ( System asyncResult ) : FindResults
asyncResult System
Résultat FindResults

EndFindByProperty() public méthode

public EndFindByProperty ( System asyncResult ) : FindResults
asyncResult System
Résultat FindResults

EndFindNearRoute() public méthode

public EndFindNearRoute ( System asyncResult ) : FindResults
asyncResult System
Résultat FindResults

EndFindNearby() public méthode

public EndFindNearby ( System asyncResult ) : FindResults
asyncResult System
Résultat FindResults

EndFindPolygon() public méthode

public EndFindPolygon ( System asyncResult ) : FindResults
asyncResult System
Résultat FindResults

EndGetLocationInfo() public méthode

public EndGetLocationInfo ( System asyncResult ) : Ushahidi.Map.MapPoint.Staging.Location[]
asyncResult System
Résultat Ushahidi.Map.MapPoint.Staging.Location[]

EndParseAddress() public méthode

public EndParseAddress ( System asyncResult ) : Address
asyncResult System
Résultat Address

FindServiceSoap() public méthode

public FindServiceSoap ( ) : System
Résultat System