c# Programming Glossary: actiondto
How do I update the parent viewmodel when child viewmodel is updated http://stackoverflow.com/questions/18405470/how-do-i-update-the-parent-viewmodel-when-child-viewmodel-is-updated MyActions await actionService.GetMyActions foreach ActionDTO action in MyActions ActionViewModel actionViewModel new ActionViewModel.. Title public async Task Load int actionId ActionDTO TheAction await actionService.GetAction actionId this.ID TheAction.id.. TheAction ActionService.cs public static List ActionDTO AllActions new List ActionDTO public async Task ActionDTO GetAction..
|