C# Class WshLst.Core.ViewModels.WishListViewModel

Inheritance: WshLst.Core.ViewModels.BaseViewModel
Afficher le fichier Open project: Redth/WshLst

Méthodes publiques

Свойство Type Description
ListId string

Méthodes publiques

Méthode Description
Add ( ) : void
Delete ( WshLst.Core.Models.Entry entry ) : void
Edit ( WshLst.Core.Models.Entry entry ) : void
EditWishList ( ) : void
LoadItems ( ) : void
LoadListAndItems ( ) : void
Select ( WshLst.Core.Models.Entry entry ) : void
Share ( ) : void
WishListViewModel ( string listId ) : System.Collections.Generic

Method Details

Add() public méthode

public Add ( ) : void
Résultat void

Delete() public méthode

public Delete ( WshLst.Core.Models.Entry entry ) : void
entry WshLst.Core.Models.Entry
Résultat void

Edit() public méthode

public Edit ( WshLst.Core.Models.Entry entry ) : void
entry WshLst.Core.Models.Entry
Résultat void

EditWishList() public méthode

public EditWishList ( ) : void
Résultat void

LoadItems() public méthode

public LoadItems ( ) : void
Résultat void

LoadListAndItems() public méthode

public LoadListAndItems ( ) : void
Résultat void

Select() public méthode

public Select ( WshLst.Core.Models.Entry entry ) : void
entry WshLst.Core.Models.Entry
Résultat void

Share() public méthode

public Share ( ) : void
Résultat void

WishListViewModel() public méthode

public WishListViewModel ( string listId ) : System.Collections.Generic
listId string
Résultat System.Collections.Generic

Property Details

ListId public_oe property

public string ListId
Résultat string