C# Class Rock.UniversalSearch.IndexModels.PersonIndex

Person Index
Inheritance: IndexModelBase
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

FormatSearchResult() public méthode

Formats the search result.
public FormatSearchResult ( Person currentPerson, object>.Dictionary displayOptions = null ) : FormattedSearchResult
currentPerson Person
displayOptions object>.Dictionary
Résultat FormattedSearchResult

GetDocumentUrl() public méthode

Gets the document URL.
public GetDocumentUrl ( object>.Dictionary displayOptions = null ) : string
displayOptions object>.Dictionary
Résultat string

LoadByModel() public static méthode

Loads the by model.
public static LoadByModel ( Person person ) : PersonIndex
person Person The person.
Résultat PersonIndex