Class LanguagePageViewModel
Inheritance
LanguagePageViewModel
Assembly: EduCATS.dll
Syntax
public class LanguagePageViewModel : ViewModel, INotifyPropertyChanged
Constructors
LanguagePageViewModel(IPlatformServices)
Declaration
public LanguagePageViewModel(IPlatformServices services)
Parameters
Properties
ChooseLabelText
Declaration
public string ChooseLabelText { get; set; }
Property Value
IsSystemLanguage
Declaration
public bool IsSystemLanguage { get; set; }
Property Value
LanguageList
Declaration
public List<LanguagePageModel> LanguageList { get; set; }
Property Value
SelectedItem
Declaration
public object SelectedItem { get; set; }
Property Value
SystemLanguageDescription
Declaration
public string SystemLanguageDescription { get; set; }
Property Value
SystemLanguageTitle
Declaration
public string SystemLanguageTitle { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Implements