Class ProfilePageViewModel
Inheritance
ProfilePageViewModel
Assembly: EduCATS.dll
Syntax
public class ProfilePageViewModel : ViewModel, INotifyPropertyChanged
Constructors
ProfilePageViewModel(IPlatformServices)
Declaration
public ProfilePageViewModel(IPlatformServices services)
Parameters
Properties
About
Declaration
public string About { get; set; }
Property Value
AccountInfo
Declaration
public string AccountInfo { get; set; }
Property Value
Avatar
Declaration
public string Avatar { get; set; }
Property Value
Build
Declaration
public string Build { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
Group
Declaration
public string Group { get; set; }
Property Value
GroupLabel
Declaration
public string GroupLabel { get; set; }
Property Value
IsLoggedIn
Declaration
public bool IsLoggedIn { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Patronymic
Declaration
public string Patronymic { get; set; }
Property Value
Phone
Declaration
public string Phone { get; set; }
Property Value
Role
Declaration
public string Role { get; set; }
Property Value
SecondName
Declaration
public string SecondName { get; set; }
Property Value
Username
Declaration
public string Username { get; set; }
Property Value
Version
Declaration
public string Version { get; set; }
Property Value
Implements