C# Class ShoppingPad.Common.Services.ShoppingService

Inheritance: IShoppingService
Afficher le fichier Open project: jj09/ShoppingPad Class Usage Examples

Méthodes publiques

Méthode Description
AddItem ( Item item ) : void
AddToBoughtItems ( Item item ) : void
RemoveItem ( Item item ) : void
ShoppingService ( SQLite.SQLiteConnection sqliteConnection ) : System
TryAddItemToShoppingList ( Item item ) : void

Private Methods

Méthode Description
BoughtItems_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
Items_CollectionChanged ( object sender, System e ) : void

Method Details

AddItem() public méthode

public AddItem ( Item item ) : void
item Item
Résultat void

AddToBoughtItems() public méthode

public AddToBoughtItems ( Item item ) : void
item Item
Résultat void

RemoveItem() public méthode

public RemoveItem ( Item item ) : void
item Item
Résultat void

ShoppingService() public méthode

public ShoppingService ( SQLite.SQLiteConnection sqliteConnection ) : System
sqliteConnection SQLite.SQLiteConnection
Résultat System

TryAddItemToShoppingList() public méthode

public TryAddItemToShoppingList ( Item item ) : void
item Item
Résultat void