Class FTSPageViewModel

Inheritance
System.Object
FTSPageViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Catalog.ViewModels
Assembly: Catalog.dll
Syntax
public class FTSPageViewModel : Observable, INotifyPropertyChanged

Properties

AddFolderCommand

Declaration
public ICommand AddFolderCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand

AddFolderUsingDataProvidersCommand

Declaration
public ICommand AddFolderUsingDataProvidersCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand

ClearEventListCommand

Declaration
public ICommand ClearEventListCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand

ClearIndexCommand

Declaration
public ICommand ClearIndexCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand

Events

Declaration
public ObservableCollection<EventEntry> Events { get; }
Property Value
Type Description
System.Collections.ObjectModel.ObservableCollection<EventEntry>

PDFView

Declaration
public PdfView PDFView { get; }
Property Value
Type Description
PdfView

SearchCommand

Declaration
public ICommand SearchCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand

Methods

AddFolderToLibraryUsingDataProviders()

Declaration
public async void AddFolderToLibraryUsingDataProviders()

AddFolderToLibraryUsingStorageFiles()

Declaration
public async void AddFolderToLibraryUsingStorageFiles()

ClearEventList()

Declaration
public void ClearEventList()

ClearLibraryIndex()

Declaration
public async void ClearLibraryIndex()

CloseStreams()

Declaration
public void CloseStreams()

DisposeOfLibrary()

If you don't use the 'using' statement to automatically dispose of the Library don't forget to call it when you are finished with the Library. For example, when navigating away from a page.

Declaration
public void DisposeOfLibrary()

Search(String)

Declaration
public void Search(string term)
Parameters
Type Name Description
System.String term

Implements

System.ComponentModel.INotifyPropertyChanged