C# Class Rock.UniversalSearch.IndexModels.PersonIndex

Person Index
Inheritance: IndexModelBase
Datei anzeigen Open project: NewSpring/Rock Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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

GetDocumentUrl() public method

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

LoadByModel() public static method

Loads the by model.
public static LoadByModel ( Person person ) : PersonIndex
person Person The person.
return PersonIndex