C# Class Terradue.OpenSearch.SoftGenericOpenSearchable

Generic class to represent any OpenSearchable entity
Inheritance: GenericOpenSearchable
ファイルを表示 Open project: Terradue/DotNetOpenSearch

Public Methods

Method Description
GetQuerySettings ( OpenSearchEngine ose ) : QuerySettings
SoftGenericOpenSearchable ( OpenSearchDescription osd, OpenSearchEngine ose ) : System

Initializes a new instance of the Terradue.OpenSearch.GenericOpenSearchable class from an OpenSearchDescription.

SoftGenericOpenSearchable ( OpenSearchUrl url, OpenSearchEngine ose ) : System

Initializes a new instance of the Terradue.OpenSearch.GenericOpenSearchable class from a quaery Url

Method Details

GetQuerySettings() public method

public GetQuerySettings ( OpenSearchEngine ose ) : QuerySettings
ose Terradue.OpenSearch.Engine.OpenSearchEngine
return QuerySettings

SoftGenericOpenSearchable() public method

Initializes a new instance of the Terradue.OpenSearch.GenericOpenSearchable class from an OpenSearchDescription.
public SoftGenericOpenSearchable ( OpenSearchDescription osd, OpenSearchEngine ose ) : System
osd Terradue.OpenSearch.Schema.OpenSearchDescription The OpenSearchDescription describing the OpenSearchable entity to represent
ose Terradue.OpenSearch.Engine.OpenSearchEngine An OpenSearchEngine instance, preferably with registered extensions able to read the query url
return System

SoftGenericOpenSearchable() public method

Initializes a new instance of the Terradue.OpenSearch.GenericOpenSearchable class from a quaery Url
public SoftGenericOpenSearchable ( OpenSearchUrl url, OpenSearchEngine ose ) : System
url OpenSearchUrl The query URL
ose Terradue.OpenSearch.Engine.OpenSearchEngine An OpenSearchEngine instance, preferably with registered extensions able to read the query url
return System