Метод | Описание | |
---|---|---|
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 |
||
RemoveFilter ( PostFilterRule filter ) : void |
Метод | Описание | |
---|---|---|
OnFilterModified ( object sender, |
public AddFilter ( PostFilterRule filter ) : bool | ||
filter | PostFilterRule | |
Результат | bool |
public AddFiltered ( PostClass post, bool immediately = false ) : MyCommon.HITRESULT | ||
post | PostClass | |
immediately | bool | |
Результат | MyCommon.HITRESULT |
public FilterTabModel ( string tabName ) : System | ||
tabName | string | |
Результат | System |
public RefreshAsync ( Twitter tw, bool backward, bool startup, IProgress |
||
tw | ||
backward | bool | |
startup | bool | |
progress | IProgress |
|
Результат | System.Threading.Tasks.Task |
public RemoveFilter ( PostFilterRule filter ) : void | ||
filter | PostFilterRule | |
Результат | void |