Questions tagged as 'prism'

1
answer

Communication between ViewModel's: return data to previous screen

I have a A screen that has a text field and a button, this button on the A screen, opens a second screen B . This B screen has another text field to populate and save, when the person clicking save saves the screen closes, and the one...
asked by 02.03.2018 / 15:13
3
answers

Is there any way to dynamically add attribute to instantiated object in C #?

Well, in C # we put attributes as follows: [Required("Este campo é obrigatório")] public string Nome {get; set;} What I would like to know is whether there is a way to dynamically add attributes to instantiated objects. Like the following h...
asked by 26.05.2018 / 17:04
0
answers

How to navigate between screens with WPF and PRISM

I created 4 screens in Visual Studio (WPF) and installed PRISM. I want to navigate between the screens using PRISM when I click the buttons. In other words, in the initial screen, user fills the screen and clicks continue, then goes to the secon...
asked by 23.05.2018 / 14:52