C# Класс mergedServices.LexiconLiteral

Наследование: LexiconToken
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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