C# Класс Ushahidi.Map.MapPoint.Production.FindServiceSoap

Наследование: System.Web.Services.Protocols.SoapHttpClientProtocol
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

BeginFind() публичный Метод

public BeginFind ( FindSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindSpecification
callback System
asyncState object
Результат System.IAsyncResult

BeginFindAddress() публичный Метод

public BeginFindAddress ( FindAddressSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindAddressSpecification
callback System
asyncState object
Результат System.IAsyncResult

BeginFindByID() публичный Метод

public BeginFindByID ( FindByIDSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindByIDSpecification
callback System
asyncState object
Результат System.IAsyncResult

BeginFindByProperty() публичный Метод

public BeginFindByProperty ( FindByPropertySpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindByPropertySpecification
callback System
asyncState object
Результат System.IAsyncResult

BeginFindNearRoute() публичный Метод

public BeginFindNearRoute ( FindNearRouteSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindNearRouteSpecification
callback System
asyncState object
Результат System.IAsyncResult

BeginFindNearby() публичный Метод

public BeginFindNearby ( FindNearbySpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindNearbySpecification
callback System
asyncState object
Результат System.IAsyncResult

BeginFindPolygon() публичный Метод

public BeginFindPolygon ( FindPolygonSpecification specification, System callback, object asyncState ) : System.IAsyncResult
specification FindPolygonSpecification
callback System
asyncState object
Результат System.IAsyncResult

BeginGetLocationInfo() публичный Метод

public BeginGetLocationInfo ( LatLong location, string dataSourceName, GetInfoOptions options, System callback, object asyncState ) : System.IAsyncResult
location LatLong
dataSourceName string
options GetInfoOptions
callback System
asyncState object
Результат System.IAsyncResult

BeginParseAddress() публичный Метод

public BeginParseAddress ( string inputAddress, string countryRegion, System callback, object asyncState ) : System.IAsyncResult
inputAddress string
countryRegion string
callback System
asyncState object
Результат System.IAsyncResult

EndFind() публичный Метод

public EndFind ( System asyncResult ) : FindResults
asyncResult System
Результат FindResults

EndFindAddress() публичный Метод

public EndFindAddress ( System asyncResult ) : FindResults
asyncResult System
Результат FindResults

EndFindByID() публичный Метод

public EndFindByID ( System asyncResult ) : FindResults
asyncResult System
Результат FindResults

EndFindByProperty() публичный Метод

public EndFindByProperty ( System asyncResult ) : FindResults
asyncResult System
Результат FindResults

EndFindNearRoute() публичный Метод

public EndFindNearRoute ( System asyncResult ) : FindResults
asyncResult System
Результат FindResults

EndFindNearby() публичный Метод

public EndFindNearby ( System asyncResult ) : FindResults
asyncResult System
Результат FindResults

EndFindPolygon() публичный Метод

public EndFindPolygon ( System asyncResult ) : FindResults
asyncResult System
Результат FindResults

EndGetLocationInfo() публичный Метод

public EndGetLocationInfo ( System asyncResult ) : Ushahidi.Map.MapPoint.Production.Location[]
asyncResult System
Результат Ushahidi.Map.MapPoint.Production.Location[]

EndParseAddress() публичный Метод

public EndParseAddress ( System asyncResult ) : Address
asyncResult System
Результат Address

FindServiceSoap() публичный Метод

public FindServiceSoap ( ) : System
Результат System