C# Class WshLst.Core.ViewModels.EntryViewModel

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

Public Properties

Property Type Description
EntryId string
ListId string

Public Methods

Method Description
Cancel ( ) : void
Delete ( ) : void
Edit ( ) : void
EntryViewModel ( string listId, string entryId ) : System.Threading.Tasks
LoadEntry ( ) : void

Method Details

Cancel() public method

public Cancel ( ) : void
return void

Delete() public method

public Delete ( ) : void
return void

Edit() public method

public Edit ( ) : void
return void

EntryViewModel() public method

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

LoadEntry() public method

public LoadEntry ( ) : void
return void

Property Details

EntryId public_oe property

public string EntryId
return string

ListId public_oe property

public string ListId
return string