Method | Description | |
---|---|---|
Initialize ( ) : void |
Initializes this class.
|
|
TextFilter ( object obj ) : bool |
Filters the categories using the entered text in the filter text box.
|
Method | Description | |
---|---|---|
CaseSensitiveRibbonCheckBoxPropertyChanged ( object sender, |
Handles the property changed event of the case sensitive check box.
|
|
CategoriesVM ( IDependencyComposer dependencyComposer, ILoadingWaitVM loadingWaitVM, ICategoryRepository categoryRepository, IRibbonTextBoxVM filterRibbonTextBoxVM, IRibbonCheckBoxVM caseSensitiveRibbonCheckBoxVM ) : System.ComponentModel | ||
FilterRibbonTextBoxPropertyChanged ( object sender, |
Handles the property changed event of the filter ribbon text box.
|
|
InitializeCategoriesAsync ( |
Initializes categories in the background.
|
|
OnSaveSelection ( ) : void |
Saves the selection.
|
|
OnShowSeriesSelection ( ) : void |
Shows the series selection view.
|
|
OnShowShowSelection ( ) : void |
Shows the show selection view.
|
|
OnShowTagSelection ( ) : void |
Shows the tag selection view.
|
|
OnUpdateCategories ( ) : void |
Updates the available categories.
|
|
RefreshAllLists ( ) : void |
Refreshes all category viewmodels.
|
|
ToLowerIfCaseSensitiveIsActive ( string text ) : string |
Converts a string to lower case if the case sensitive check box is checked.
|
|
UpdateCategoriesAsync ( |
Updates the available categories asynchronously.
|
public TextFilter ( object obj ) : bool | ||
obj | object | The object to filter. |
return | bool |