C# 클래스 MahTweets.Core.Filters.UpdateTypeFilter

상속: Filter
파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IsMatch ( IStatusUpdate update ) : bool
SetMicroblog ( IMicroblog findMicroblog ) : void
SetUpdateType ( UpdateType type ) : void
UpdateTypeFilter ( FilterBehaviour behaviour, IMicroblog blog, UpdateType updateType ) : System.Runtime.Serialization

메소드 상세

IsMatch() 공개 메소드

public IsMatch ( IStatusUpdate update ) : bool
update IStatusUpdate
리턴 bool

SetMicroblog() 공개 메소드

public SetMicroblog ( IMicroblog findMicroblog ) : void
findMicroblog IMicroblog
리턴 void

SetUpdateType() 공개 메소드

public SetUpdateType ( UpdateType type ) : void
type UpdateType
리턴 void

UpdateTypeFilter() 공개 메소드

public UpdateTypeFilter ( FilterBehaviour behaviour, IMicroblog blog, UpdateType updateType ) : System.Runtime.Serialization
behaviour FilterBehaviour
blog IMicroblog
updateType UpdateType
리턴 System.Runtime.Serialization