Class FilesPageViewModel
Files page view model.
Implements
Inherited Members
Namespace: EduCATS.Pages.Files.ViewModels
Assembly: EduCATS.dll
Syntax
public class FilesPageViewModel : SubjectsViewModel, INotifyPropertyChanged
Constructors
FilesPageViewModel(IPlatformServices)
Constructor.
Declaration
public FilesPageViewModel(IPlatformServices services)
Parameters
Type | Name | Description |
---|---|---|
IPlatformServices | services |
Properties
FileList
File list.
Declaration
public List<FilesPageModel> FileList { get; set; }
Property Value
Type | Description |
---|---|
List<FilesPageModel> |
IsLoading
Is loading.
Declaration
public bool IsLoading { get; set; }
Property Value
Type | Description |
---|---|
bool |
RefreshCommand
Refresh command.
Declaration
public Command RefreshCommand { get; }
Property Value
Type | Description |
---|---|
Command |
SelectedItem
Selected item.
Declaration
public object SelectedItem { get; set; }
Property Value
Type | Description |
---|---|
object |