C# 클래스 OpenTween.Models.FilterTabModel

상속: TabModel
파일 보기 프로젝트 열기: opentween/OpenTween 1 사용 예제들

공개 메소드들

메소드 설명
AddFilter ( PostFilterRule filter ) : bool
AddFiltered ( PostClass post, bool immediately = false ) : MyCommon.HITRESULT
FilterTabModel ( string tabName ) : System
GetFilters ( ) : PostFilterRule[]
RefreshAsync ( Twitter tw, bool backward, bool startup, IProgress progress ) : System.Threading.Tasks.Task
RemoveFilter ( PostFilterRule filter ) : void

비공개 메소드들

메소드 설명
OnFilterModified ( object sender, PropertyChangedEventArgs e ) : void

메소드 상세

AddFilter() 공개 메소드

public AddFilter ( PostFilterRule filter ) : bool
filter PostFilterRule
리턴 bool

AddFiltered() 공개 메소드

public AddFiltered ( PostClass post, bool immediately = false ) : MyCommon.HITRESULT
post PostClass
immediately bool
리턴 MyCommon.HITRESULT

FilterTabModel() 공개 메소드

public FilterTabModel ( string tabName ) : System
tabName string
리턴 System

GetFilters() 공개 메소드

public GetFilters ( ) : PostFilterRule[]
리턴 PostFilterRule[]

RefreshAsync() 공개 메소드

public RefreshAsync ( Twitter tw, bool backward, bool startup, IProgress progress ) : System.Threading.Tasks.Task
tw Twitter
backward bool
startup bool
progress IProgress
리턴 System.Threading.Tasks.Task

RemoveFilter() 공개 메소드

public RemoveFilter ( PostFilterRule filter ) : void
filter PostFilterRule
리턴 void