C# Class WshLst.Core.ViewModels.EntryViewModel

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

Méthodes publiques

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

Méthodes publiques

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

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

Edit() public méthode

public Edit ( ) : void
Résultat void

EntryViewModel() public méthode

public EntryViewModel ( string listId, string entryId ) : System.Threading.Tasks
listId string
entryId string
Résultat System.Threading.Tasks

LoadEntry() public méthode

public LoadEntry ( ) : void
Résultat void

Property Details

EntryId public_oe property

public string EntryId
Résultat string

ListId public_oe property

public string ListId
Résultat string