C# 클래스 Terradue.OpenSearch.Request.MultiAtomGroupedOpenSearchRequest

상속: OpenSearchRequest
파일 보기 프로젝트 열기: Terradue/DotNetOpenSearch

공개 메소드들

메소드 설명
GetResponse ( ) : IOpenSearchResponse
MultiAtomGroupedOpenSearchRequest ( OpenSearchEngine ose, IOpenSearchable entities, string type, OpenSearchUrl url, bool concurrent ) : System

Initializes a new instance of the Terradue.OpenSearch.Request.MultiAtomOpenSearchRequest class.

비공개 메소드들

메소드 설명
ExecuteConcurrentRequest ( List ents ) : void

Executes concurrent requests.

ExecuteOneRequest ( object entity ) : void

Executes one request.

MergeResults ( ) : void

Merges the results.

RequestCurrentPage ( ) : void

Requests the current page.

메소드 상세

GetResponse() 공개 메소드

public GetResponse ( ) : IOpenSearchResponse
리턴 IOpenSearchResponse

MultiAtomGroupedOpenSearchRequest() 공개 메소드

Initializes a new instance of the Terradue.OpenSearch.Request.MultiAtomOpenSearchRequest class.
public MultiAtomGroupedOpenSearchRequest ( OpenSearchEngine ose, IOpenSearchable entities, string type, OpenSearchUrl url, bool concurrent ) : System
ose Terradue.OpenSearch.Engine.OpenSearchEngine Instance of OpenSearchEngine, preferably with the AtomOpenSearchEngineExtension registered
entities IOpenSearchable IOpenSearchable entities to be searched.
type string contentType of the .
url OpenSearchUrl URL.
concurrent bool
리턴 System