Class FindGroupPageViewModel
Inheritance
FindGroupPageViewModel
Assembly: EduCATS.dll
Syntax
public class FindGroupPageViewModel : ViewModel, INotifyPropertyChanged
Constructors
FindGroupPageViewModel(IPlatformServices)
FindGroup page ViewModel constructor.
Declaration
public FindGroupPageViewModel(IPlatformServices services)
Parameters
Properties
GroupNumber
Declaration
public string GroupNumber { get; set; }
Property Value
IsLoadingCompleted
Property for checking loading status completion.
Declaration
public bool IsLoadingCompleted { get; set; }
Property Value
ParentalCommand
Declaration
public Command ParentalCommand { get; }
Property Value
SettingsCommand
Opent settigns page command.
Declaration
public Command SettingsCommand { get; }
Property Value
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Methods
openParental()
Declaration
protected Task openParental()
Returns
openSettings()
Declaration
protected Task openSettings()
Returns
Implements