C# Class WshLst.Core.ViewModels.WishListViewModel

Inheritance: WshLst.Core.ViewModels.BaseViewModel
显示文件 Open project: Redth/WshLst

Public Properties

Property Type Description
ListId string

Public Methods

Method 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 method

public Add ( ) : void
return void

Delete() public method

public Delete ( WshLst.Core.Models.Entry entry ) : void
entry WshLst.Core.Models.Entry
return void

Edit() public method

public Edit ( WshLst.Core.Models.Entry entry ) : void
entry WshLst.Core.Models.Entry
return void

EditWishList() public method

public EditWishList ( ) : void
return void

LoadItems() public method

public LoadItems ( ) : void
return void

LoadListAndItems() public method

public LoadListAndItems ( ) : void
return void

Select() public method

public Select ( WshLst.Core.Models.Entry entry ) : void
entry WshLst.Core.Models.Entry
return void

Share() public method

public Share ( ) : void
return void

WishListViewModel() public method

public WishListViewModel ( string listId ) : System.Collections.Generic
listId string
return System.Collections.Generic

Property Details

ListId public_oe property

public string ListId
return string