C# 클래스 mergedServices.LexiconLiteral

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

공개 메소드들

메소드 설명
BuildQueryPart ( ) : string

returns a string of a part of query generated based on the given literal token and its type of owners

LexiconLiteral ( ) : System
LexiconLiteral ( string URI, string label, string QuestionMatch, List typeOfOwnerList ) : System
LexiconLiteral ( string URI, string label, string QuestionMatch, string typeOfOwner ) : System
ToSimpleString ( ) : string

returns a string the descriping the Literal

getClone ( LexiconToken token ) : LexiconToken

return a clone of the token send to the function

메소드 상세

BuildQueryPart() 공개 메소드

returns a string of a part of query generated based on the given literal token and its type of owners
public BuildQueryPart ( ) : string
리턴 string

LexiconLiteral() 공개 메소드

public LexiconLiteral ( ) : System
리턴 System

LexiconLiteral() 공개 메소드

public LexiconLiteral ( string URI, string label, string QuestionMatch, List typeOfOwnerList ) : System
URI string
label string
QuestionMatch string
typeOfOwnerList List
리턴 System

LexiconLiteral() 공개 메소드

public LexiconLiteral ( string URI, string label, string QuestionMatch, string typeOfOwner ) : System
URI string
label string
QuestionMatch string
typeOfOwner string
리턴 System

ToSimpleString() 공개 메소드

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

getClone() 공개 메소드

return a clone of the token send to the function
public getClone ( LexiconToken token ) : LexiconToken
token LexiconToken
리턴 LexiconToken