C# 클래스 ShoppingPad.Common.Services.ShoppingService

상속: IShoppingService
파일 보기 프로젝트 열기: jj09/ShoppingPad 1 사용 예제들

공개 메소드들

메소드 설명
AddItem ( Item item ) : void
AddToBoughtItems ( Item item ) : void
RemoveItem ( Item item ) : void
ShoppingService ( SQLite.SQLiteConnection sqliteConnection ) : System
TryAddItemToShoppingList ( Item item ) : void

비공개 메소드들

메소드 설명
BoughtItems_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
Items_CollectionChanged ( object sender, System e ) : void

메소드 상세

AddItem() 공개 메소드

public AddItem ( Item item ) : void
item Item
리턴 void

AddToBoughtItems() 공개 메소드

public AddToBoughtItems ( Item item ) : void
item Item
리턴 void

RemoveItem() 공개 메소드

public RemoveItem ( Item item ) : void
item Item
리턴 void

ShoppingService() 공개 메소드

public ShoppingService ( SQLite.SQLiteConnection sqliteConnection ) : System
sqliteConnection SQLite.SQLiteConnection
리턴 System

TryAddItemToShoppingList() 공개 메소드

public TryAddItemToShoppingList ( Item item ) : void
item Item
리턴 void