C# 클래스 mergedServices.LexiconPredicate

상속: LexiconToken
파일 보기 프로젝트 열기: sherifkandeel/weet-it_WCF 1 사용 예제들

공개 메소드들

메소드 설명
BuildQueryPart ( ) : string

returns a list of strings of predicate queries generated based on the given predicate token, its domains, and its ranges

LexiconPredicate ( ) : System
ToSimpleString ( ) : string

returns a string the descriping the predicate

getClone ( LexiconToken token ) : LexiconToken

return a clone of the new bucket

메소드 상세

BuildQueryPart() 공개 메소드

returns a list of strings of predicate queries generated based on the given predicate token, its domains, and its ranges
public BuildQueryPart ( ) : string
리턴 string

LexiconPredicate() 공개 메소드

public LexiconPredicate ( ) : System
리턴 System

ToSimpleString() 공개 메소드

returns a string the descriping the predicate
public ToSimpleString ( ) : string
리턴 string

getClone() 공개 메소드

return a clone of the new bucket
public getClone ( LexiconToken token ) : LexiconToken
token LexiconToken
리턴 LexiconToken