C# 클래스 LoklakDotNet.LoklakSearchTerm

Constructs a search term for the Loklak.search() method
파일 보기 프로젝트 열기: loklak/loklak_dotnet_wrapper 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
from string
near string
since System.DateTime
terms string
until System.DateTime

공개 메소드들

메소드 설명
getQueryString ( ) : string

메소드 상세

getQueryString() 공개 메소드

public getQueryString ( ) : string
리턴 string

프로퍼티 상세

from 공개적으로 프로퍼티

public string from
리턴 string

near 공개적으로 프로퍼티

public string near
리턴 string

since 공개적으로 프로퍼티

public DateTime,System since
리턴 System.DateTime

terms 공개적으로 프로퍼티

public string terms
리턴 string

until 공개적으로 프로퍼티

public DateTime,System until
리턴 System.DateTime