C# Class Rock.Follow.Event.PersonBaptized

Inheritance: EventComponent
Show file Open project: NewSpring/Rock

Public Methods

Method Description
HasEventHappened ( FollowingEventType followingEvent, IEntity entity, System.DateTime lastNotified ) : bool

Determines whether [has event happened] [the specified entity].

Method Details

HasEventHappened() public method

Determines whether [has event happened] [the specified entity].
public HasEventHappened ( FollowingEventType followingEvent, IEntity entity, System.DateTime lastNotified ) : bool
followingEvent FollowingEventType The following event.
entity IEntity The entity.
lastNotified System.DateTime The last notified.
return bool