C# Class Gymnastika.ViewModels.UserProfileViewModel

Inheritance: Microsoft.Practices.Prism.ViewModel.NotificationObject
显示文件 Open project: weiqiyiji/Gymnastika Class Usage Examples

Public Methods

Method Description
UserProfileViewModel ( IWorkEnvironment workEnvironment, IUserService userService, ISessionManager sessionManager, IEventAggregator eventAggregator ) : System

Private Methods

Method Description
CreateNewUser ( ) : void
GoBack ( User user ) : void
ProcessLogOn ( ) : void
ValidateCreateUserForm ( ) : bool

Method Details

UserProfileViewModel() public method

public UserProfileViewModel ( IWorkEnvironment workEnvironment, IUserService userService, ISessionManager sessionManager, IEventAggregator eventAggregator ) : System
workEnvironment IWorkEnvironment
userService IUserService
sessionManager ISessionManager
eventAggregator IEventAggregator
return System