Class SettingsPageViewModel
Inheritance
SettingsPageViewModel
Assembly: EduCATS.dll
Syntax
public class SettingsPageViewModel : ViewModel, INotifyPropertyChanged
Constructors
SettingsPageViewModel(IPlatformServices)
Declaration
public SettingsPageViewModel(IPlatformServices services)
Parameters
Properties
Avatar
Declaration
public string Avatar { get; set; }
Property Value
CloseCommand
Declaration
public Command CloseCommand { get; }
Property Value
Group
Declaration
public string Group { get; set; }
Property Value
IsLoggedIn
Declaration
public bool IsLoggedIn { get; set; }
Property Value
Role
Declaration
public string Role { get; set; }
Property Value
SelectedItem
Declaration
public object SelectedItem { get; set; }
Property Value
SettingsList
Declaration
public List<SettingsPageModel> SettingsList { get; set; }
Property Value
Username
Declaration
public string Username { get; set; }
Property Value
Methods
closePage()
Declaration
protected void closePage()
Implements