C# 클래스 OIShoppingListWinPhone.DataModel.ShoppingList

상속: INotifyPropertyChanging, INotifyPropertyChanged
파일 보기 프로젝트 열기: openintents/shoppinglist_winphone 1 사용 예제들

Private Properties

프로퍼티 타입 설명
NotifyPropertyChanged void
NotifyPropertyChanging void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
NotifyPropertyChanged ( String propertyName ) : void
NotifyPropertyChanging ( String propertyName ) : void

메소드 상세

FilterItemsCollection() 공개 메소드

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.
public FilterItemsCollection ( ) : void
리턴 void

ShoppingList() 공개 메소드

public ShoppingList ( ) : System
리턴 System

SortItemsCollection() 공개 메소드

Sort existing ListItems collection with corresponding application settings
public SortItemsCollection ( ) : void
리턴 void

UpdateListStoreLabels() 공개 메소드

public UpdateListStoreLabels ( ) : void
리턴 void

UpdateListTags() 공개 메소드

Updating ShoppingList.Tags property. Calls when the ShoppingList.ListItems collection was changed and it's necessary to update list of unique list tags
public UpdateListTags ( ) : void
리턴 void

UpdatePrice() 공개 메소드

Public method for updating CheckedCount, CheckedPrice and TotalPrice. This method invokes when changing list items collection, items price and item status
public UpdatePrice ( ) : void
리턴 void