C# Класс Rock.UniversalSearch.IndexModels.PersonIndex

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

Private Properties

Свойство Тип Описание

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

Метод Описание
FormatSearchResult ( Person currentPerson, object>.Dictionary displayOptions = null ) : FormattedSearchResult

Formats the search result.

GetDocumentUrl ( object>.Dictionary displayOptions = null ) : string

Gets the document URL.

LoadByModel ( Person person ) : PersonIndex

Loads the by model.

Описание методов

FormatSearchResult() публичный Метод

Formats the search result.
public FormatSearchResult ( Person currentPerson, object>.Dictionary displayOptions = null ) : FormattedSearchResult
currentPerson Person
displayOptions object>.Dictionary
Результат FormattedSearchResult

GetDocumentUrl() публичный Метод

Gets the document URL.
public GetDocumentUrl ( object>.Dictionary displayOptions = null ) : string
displayOptions object>.Dictionary
Результат string

LoadByModel() публичный статический Метод

Loads the by model.
public static LoadByModel ( Person person ) : PersonIndex
person Person The person.
Результат PersonIndex