PureEngage On-Premises

 View Only

Sign Up

How to use a Controller class to coordinate the multiple Views ?

  • 1.  How to use a Controller class to coordinate the multiple Views ?

    Posted 11-07-2017 11:24
    How to create multiple views by using Controller class in wpf?
    • The ViewModel is created by the View, and the Views are created and managed by the Controllers.
    • The following logical tree is a depiction of the relationship between the instantiated classes:
    Controller1
    Controller11
    View111
    ViewModel111
    View112
    ViewModel112
    View12
    ViewModel12
    Controller2
    View21
    ViewModel21
    View22
    Above points have collected from genesys developer guides 8.5.1 .pdf

    How to implement controller to handel multiple views?