C# Class Rock.Jobs.FollowingEventTypeNotices

Mostrar archivo Open project: SparkDevNetwork/Rock

Public Methods

Method Description
FollowingEventTypeNotices ( FollowingEventType eventType, List notices ) : System

Initializes a new instance of the FollowingEventTypeNotices class.

Method Details

FollowingEventTypeNotices() public method

Initializes a new instance of the FollowingEventTypeNotices class.
public FollowingEventTypeNotices ( FollowingEventType eventType, List notices ) : System
eventType FollowingEventType Type of the event.
notices List The notices.
return System