Method | Description | |
---|---|---|
LocalStoreModel ( |
Constructor that initializes the commands and the local reference to the peer
|
|
StoreFile ( string filename ) : bool |
Method used to store a new track in the repository
|
Method | Description | |
---|---|---|
NotifyPropertyChanged ( String info ) : void |
Method called when a property has been changed. This method rises the event PropertyChange.
|
|
refreshList ( object sender = null ) : void |
Backend method for the Refresh List Command. This method cleans the local list, reloads all data from the database and then it updates the list.
|
public LocalStoreModel ( |
||
p | Peer that will be used to get information | |
return | System |
public StoreFile ( string filename ) : bool | ||
filename | string | Filename of the file to add |
return | bool |