C# 클래스 Rock.Follow.Suggestion.InGroupTogether

상속: SuggestionComponent
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
GetSuggestions ( FollowingSuggestionType followingSuggestionType, List followerPersonIds ) : List

Gets the suggestions.

SortEntities ( List entities ) : List

Sorts the notifications.

메소드 상세

GetSuggestions() 공개 메소드

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

SortEntities() 공개 메소드

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