C# Class Rock.UniversalSearch.IndexModels.BusinessIndex

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

Méthodes publiques

Méthode Description
FormatSearchResult ( Person person, object>.Dictionary displayOptions = null ) : FormattedSearchResult

Formats the search result.

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

Gets the document URL.

LoadByModel ( Person business ) : BusinessIndex

Loads by model.

Method Details

FormatSearchResult() public méthode

Formats the search result.
public FormatSearchResult ( Person person, object>.Dictionary displayOptions = null ) : FormattedSearchResult
person 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 by model.
public static LoadByModel ( Person business ) : BusinessIndex
business Person The business.
Résultat BusinessIndex