Свойство | Тип | Описание | |
---|---|---|---|
AutoCompletionList | AutoCompletionList | ||
FullQuery | string | ||
IsPartialMatch | bool | ||
PartialQuery | string | ||
QueryCount | int | ||
QueryTime | System.DateTime | ||
ReciprocalRank | double | ||
RunIdentifier | string |
Метод | Описание | |
---|---|---|
EvaluationOutput ( System.DateTime queryTime, string partialQuery, string fullQuery, AutoCompletionList autoCompletionList, int queryCount ) : System |
public EvaluationOutput ( System.DateTime queryTime, string partialQuery, string fullQuery, AutoCompletionList autoCompletionList, int queryCount ) : System | ||
queryTime | System.DateTime | |
partialQuery | string | |
fullQuery | string | |
autoCompletionList | AutoCompletionList | |
queryCount | int | |
Результат | System |
public AutoCompletionList AutoCompletionList | ||
Результат | AutoCompletionList |