C# Class LoklakDotNet.LoklakSearchTerm

Constructs a search term for the Loklak.search() method
ファイルを表示 Open project: loklak/loklak_dotnet_wrapper Class Usage Examples

Public Properties

Property Type Description
from string
near string
since System.DateTime
terms string
until System.DateTime

Public Methods

Method Description
getQueryString ( ) : string

Method Details

getQueryString() public method

public getQueryString ( ) : string
return string

Property Details

from public_oe property

public string from
return string

near public_oe property

public string near
return string

since public_oe property

public DateTime,System since
return System.DateTime

terms public_oe property

public string terms
return string

until public_oe property

public DateTime,System until
return System.DateTime