C# 클래스 WshLst.Core.ViewModels.WishListViewModel

상속: WshLst.Core.ViewModels.BaseViewModel
파일 보기 프로젝트 열기: Redth/WshLst

공개 프로퍼티들

프로퍼티 타입 설명
ListId string

공개 메소드들

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

메소드 상세

Add() 공개 메소드

public Add ( ) : void
리턴 void

Delete() 공개 메소드

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

Edit() 공개 메소드

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

EditWishList() 공개 메소드

public EditWishList ( ) : void
리턴 void

LoadItems() 공개 메소드

public LoadItems ( ) : void
리턴 void

LoadListAndItems() 공개 메소드

public LoadListAndItems ( ) : void
리턴 void

Select() 공개 메소드

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

Share() 공개 메소드

public Share ( ) : void
리턴 void

WishListViewModel() 공개 메소드

public WishListViewModel ( string listId ) : System.Collections.Generic
listId string
리턴 System.Collections.Generic

프로퍼티 상세

ListId 공개적으로 프로퍼티

public string ListId
리턴 string