C# Class Rock.Jobs.FollowingSuggestionNotices

Mostra file Open project: SparkDevNetwork/Rock

Public Methods

Method Description
FollowingSuggestionNotices ( FollowingSuggestionType suggestionType, List notices ) : System

Initializes a new instance of the FollowingSuggestionNotices class.

Method Details

FollowingSuggestionNotices() public method

Initializes a new instance of the FollowingSuggestionNotices class.
public FollowingSuggestionNotices ( FollowingSuggestionType suggestionType, List notices ) : System
suggestionType FollowingSuggestionType Type of the suggestion.
notices List The notices.
return System