C# Class mergedServices.LexiconLiteral

Inheritance: LexiconToken
Show file Open project: sherifkandeel/weet-it_WCF Class Usage Examples

Public Methods

Method Description
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

Method Details

BuildQueryPart() public method

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

LexiconLiteral() public method

public LexiconLiteral ( ) : System
return System

LexiconLiteral() public method

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

LexiconLiteral() public method

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

ToSimpleString() public method

returns a string the descriping the Literal
public ToSimpleString ( ) : string
return string

getClone() public method

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