C# Class Rock.Follow.Suggestion.InGroupTogether

Inheritance: SuggestionComponent
Mostra file Open project: NewSpring/Rock

Public Methods

Method Description
GetSuggestions ( FollowingSuggestionType followingSuggestionType, List followerPersonIds ) : List

Gets the suggestions.

SortEntities ( List entities ) : List

Sorts the notifications.

Method Details

GetSuggestions() public method

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

SortEntities() public method

Sorts the notifications.
public SortEntities ( List entities ) : List
entities List The entities.
return List