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

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

공개 프로퍼티들

프로퍼티 타입 설명
EntryId string
ListId string

공개 메소드들

메소드 설명
Cancel ( ) : void
Delete ( ) : void
Edit ( ) : void
EntryViewModel ( string listId, string entryId ) : System.Threading.Tasks
LoadEntry ( ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Edit() 공개 메소드

public Edit ( ) : void
리턴 void

EntryViewModel() 공개 메소드

public EntryViewModel ( string listId, string entryId ) : System.Threading.Tasks
listId string
entryId string
리턴 System.Threading.Tasks

LoadEntry() 공개 메소드

public LoadEntry ( ) : void
리턴 void

프로퍼티 상세

EntryId 공개적으로 프로퍼티

public string EntryId
리턴 string

ListId 공개적으로 프로퍼티

public string ListId
리턴 string