Property | Type | Description | |
---|---|---|---|
LoadSavedSearchs | void | ||
SyncCollections | void | ||
SyncSaveSearchToFile | void |
Method | Description | |
---|---|---|
DeleteSearch ( string name ) : void |
Deletes the search.
|
|
GetSearchByName ( string name ) : |
Gets the name of the search by.
|
|
SaveSearch ( |
Saves the search to file.
|
|
SearchModel ( ObservableCollection |
Initializes a new instance of the SearchModel class.
|
Method | Description | |
---|---|---|
LoadSavedSearchs ( ) : void |
Loads the saved search.
|
|
SyncCollections ( ) : void |
Synchronizes the collections.
|
|
SyncSaveSearchToFile ( ) : void |
Synchronizes the save search to file.
|
public DeleteSearch ( string name ) : void | ||
name | string | The name. |
return | void |
public GetSearchByName ( string name ) : |
||
name | string | The name. |
return |
public SaveSearch ( |
||
data | The data. | |
return | void |
public SearchModel ( ObservableCollection |
||
dataFromModel | ObservableCollection |
The data from model. |
return | System |