Class EemcPageViewModel
EEMC page view model.
Implements
Inherited Members
Namespace: EduCATS.Pages.Eemc.ViewModels
Assembly: EduCATS.dll
Syntax
public class EemcPageViewModel : SubjectsViewModel, INotifyPropertyChanged
Constructors
EemcPageViewModel(IPlatformServices, int)
Constructor.
Declaration
public EemcPageViewModel(IPlatformServices services, int searchId)
Parameters
Type | Name | Description |
---|---|---|
IPlatformServices | services | |
int | searchId | Search ID. |
Properties
BackCommand
Back command.
Declaration
public Command BackCommand { get; }
Property Value
Type | Description |
---|---|
Command |
Concepts
Concepts.
Declaration
public List<ConceptModel> Concepts { get; set; }
Property Value
Type | Description |
---|---|
List<ConceptModel> |
IsBackActionPossible
Is back action possible.
Declaration
public bool IsBackActionPossible { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsRoot
Is root directory.
Declaration
public bool IsRoot { get; set; }
Property Value
Type | Description |
---|---|
bool |
SelectedItem
Selected item.
Declaration
public object SelectedItem { get; set; }
Property Value
Type | Description |
---|---|
object |