C# 클래스 BaconographyPortable.ViewModel.LoginViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: Synergex/Baconography

보호된 프로퍼티들

프로퍼티 타입 설명
_baconProvider IBaconProvider
_credentials StoredUserCredentialsCollection
_notificationService INotificationService
_settingsService ISettingsService
_systemServices ISystemServices
_userService IUserService

공개 메소드들

메소드 설명
LoginViewModel ( IBaconProvider baconProvider ) : BaconographyPortable.Messages

비공개 메소드들

메소드 설명
OnUserLoggedIn ( UserLoggedInMessage userMessage ) : void

메소드 상세

LoginViewModel() 공개 메소드

public LoginViewModel ( IBaconProvider baconProvider ) : BaconographyPortable.Messages
baconProvider IBaconProvider
리턴 BaconographyPortable.Messages

프로퍼티 상세

_baconProvider 보호되어 있는 프로퍼티

protected IBaconProvider _baconProvider
리턴 IBaconProvider

_credentials 보호되어 있는 프로퍼티

protected StoredUserCredentialsCollection _credentials
리턴 StoredUserCredentialsCollection

_notificationService 보호되어 있는 프로퍼티

protected INotificationService _notificationService
리턴 INotificationService

_settingsService 보호되어 있는 프로퍼티

protected ISettingsService _settingsService
리턴 ISettingsService

_systemServices 보호되어 있는 프로퍼티

protected ISystemServices _systemServices
리턴 ISystemServices

_userService 보호되어 있는 프로퍼티

protected IUserService _userService
리턴 IUserService