C# 클래스 mergedServices.LexiconToken

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

공개 메소드들

메소드 설명
BuildQueryPart ( ) : string
ToSimpleString ( ) : string

to returns the component of thelexicon token in a simple string

getClone ( LexiconToken token ) : LexiconToken

메소드 상세

BuildQueryPart() 공개 추상적인 메소드

public abstract BuildQueryPart ( ) : string
리턴 string

ToSimpleString() 공개 추상적인 메소드

to returns the component of thelexicon token in a simple string
public abstract ToSimpleString ( ) : string
리턴 string

getClone() 공개 추상적인 메소드

public abstract getClone ( LexiconToken token ) : LexiconToken
token LexiconToken
리턴 LexiconToken