Property | Type | Description | |
---|---|---|---|
NotifyPropertyChanged | void | ||
NotifyPropertyChanging | void |
Method | Description | |
---|---|---|
FilterItemsCollection ( ) : void |
Filter existing ListItems collection with corresponding application settings. If you filter your collection with this method - collection will be sorted automatically. To prevent doubling of sorting DON'T call SortItemsCollection method after it.
|
|
ShoppingList ( ) : System | ||
SortItemsCollection ( ) : void |
Sort existing ListItems collection with corresponding application settings
|
|
UpdateListStoreLabels ( ) : void | ||
UpdateListTags ( ) : void |
Updating ShoppingList.Tags property. Calls when the ShoppingList.ListItems collection was changed and it's necessary to update list of unique list tags
|
|
UpdatePrice ( ) : void |
Public method for updating CheckedCount, CheckedPrice and TotalPrice. This method invokes when changing list items collection, items price and item status
|
Method | Description | |
---|---|---|
NotifyPropertyChanged ( String propertyName ) : void | ||
NotifyPropertyChanging ( String propertyName ) : void |