C# Class Rock.Follow.Suggestion.InGroupTogether

Inheritance: SuggestionComponent
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
GetSuggestions ( FollowingSuggestionType followingSuggestionType, List followerPersonIds ) : List

Gets the suggestions.

SortEntities ( List entities ) : List

Sorts the notifications.

Method Details

GetSuggestions() public méthode

Gets the suggestions.
public GetSuggestions ( FollowingSuggestionType followingSuggestionType, List followerPersonIds ) : List
followingSuggestionType FollowingSuggestionType Type of the following suggestion.
followerPersonIds List The follower person ids.
Résultat List

SortEntities() public méthode

Sorts the notifications.
public SortEntities ( List entities ) : List
entities List The entities.
Résultat List