Class ServerPageViewModel
Implements
Inherited Members
Namespace: EduCATS.Pages.Settings.Server.ViewModels
Assembly: EduCATS.dll
Syntax
public class ServerPageViewModel : ViewModel, INotifyPropertyChanged
Constructors
ServerPageViewModel(IPlatformServices)
Declaration
public ServerPageViewModel(IPlatformServices services)
Parameters
| Type | Name | Description |
|---|---|---|
| IPlatformServices | services |
Properties
SelectedItem
Declaration
public object SelectedItem { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ServerList
Declaration
public List<ServerPageModel> ServerList { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ServerPageModel> |