C# Class mergedServices.LexiconLiteral

Inheritance: LexiconToken
Afficher le fichier Open project: sherifkandeel/weet-it_WCF Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

LexiconLiteral() public méthode

public LexiconLiteral ( ) : System
Résultat System

LexiconLiteral() public méthode

public LexiconLiteral ( string URI, string label, string QuestionMatch, List typeOfOwnerList ) : System
URI string
label string
QuestionMatch string
typeOfOwnerList List
Résultat System

LexiconLiteral() public méthode

public LexiconLiteral ( string URI, string label, string QuestionMatch, string typeOfOwner ) : System
URI string
label string
QuestionMatch string
typeOfOwner string
Résultat System

ToSimpleString() public méthode

returns a string the descriping the Literal
public ToSimpleString ( ) : string
Résultat string

getClone() public méthode

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