Class AboutPageViewModel
Inheritance
AboutPageViewModel
Assembly: EduCATS.dll
Syntax
public class AboutPageViewModel : ViewModel, INotifyPropertyChanged
Constructors
AboutPageViewModel(IPlatformServices)
Declaration
public AboutPageViewModel(IPlatformServices services)
Parameters
Properties
Build
Declaration
public string Build { get; set; }
Property Value
OpenSourceCommand
Declaration
public Command OpenSourceCommand { get; }
Property Value
OpenWebSiteCommand
Declaration
public Command OpenWebSiteCommand { get; }
Property Value
ReleaseNotesCommand
Declaration
public Command ReleaseNotesCommand { get; }
Property Value
SendLogsCommand
Declaration
public Command SendLogsCommand { get; }
Property Value
Version
Declaration
public string Version { get; set; }
Property Value
Methods
openReleaseNotes()
Declaration
protected Task openReleaseNotes()
Returns
openSourceSite()
Declaration
protected Task openSourceSite()
Returns
openWebSite()
Declaration
protected Task openWebSite()
Returns
sendLogs()
Declaration
protected Task sendLogs()
Returns
Implements