C# 클래스 Rock.Follow.Event.PersonBaptized

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

공개 메소드들

메소드 설명
HasEventHappened ( FollowingEventType followingEvent, IEntity entity, System.DateTime lastNotified ) : bool

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

메소드 상세

HasEventHappened() 공개 메소드

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.
리턴 bool