Current filter:
                                You should refresh the page.
                                0
                                  • Hi DX,

                                    In version 10.2 you implemented the LogOff method in the WinApplication class, in addition to the already implemented LogOff method in the WebApplication class. I want to suggest to add a public virtual "Logoff()" method in the XafApplication class, which the WebApplication and the WinApplication will override and implement individually. The reason for this suggestion is that I want to use the Logoff method in a controller of a "non-specific platform module" (meaning - a module that isn't specific for WinForms and ASP.NET), and the lack of this method in XafApplication class forces me to some design issues of my modules.

                                    Thanks,
                                    Daniel.

                                0

                                Hi Daniel,

                                Thank you for the suggestion. We will consider introducing either an abstract or virtual method in the XafApplication class, or maybe moving it into a separate interface.

                                Thanks,
                                Dennis

                                0

                                Hello,

                                Starting from version 12.1 XafApplication will provide a virtual LogOff method. This method is now called by a platform-agnostic LogoffController. In turn, the WinLogoffController and WebLogoffController classes are no longer used in XAF.

                                Thanks,
                                Dennis

                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.