C# Class Gymnastika.ViewModels.UserProfileViewModel

Inheritance: Microsoft.Practices.Prism.ViewModel.NotificationObject
Afficher le fichier Open project: weiqiyiji/Gymnastika Class Usage Examples

Méthodes publiques

Méthode Description
UserProfileViewModel ( IWorkEnvironment workEnvironment, IUserService userService, ISessionManager sessionManager, IEventAggregator eventAggregator ) : System

Private Methods

Méthode Description
CreateNewUser ( ) : void
GoBack ( User user ) : void
ProcessLogOn ( ) : void
ValidateCreateUserForm ( ) : bool

Method Details

UserProfileViewModel() public méthode

public UserProfileViewModel ( IWorkEnvironment workEnvironment, IUserService userService, ISessionManager sessionManager, IEventAggregator eventAggregator ) : System
workEnvironment IWorkEnvironment
userService IUserService
sessionManager ISessionManager
eventAggregator IEventAggregator
Résultat System