This is the interface fot the CaseViewModel class.

C# | Visual Basic | Visual C++ |
public interface ICaseViewModel : INotifyPropertyChanged
Public Interface ICaseViewModel _ Implements INotifyPropertyChanged
public interface class ICaseViewModel : INotifyPropertyChanged

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | Case |
Gets or sets a case.
|
![]() | CaseDataViewModel |
Gets or sets the case data view model.
|
![]() | CloseCase()()() |
Closes the case.
|
![]() | IsCaseError |
Gets a value indicating whether this instance is a case error.
|
![]() | IsSharedInformation |
Gets a value indicating whether this is shared information.
|
![]() | LastAlertErrorViewModel |
Gets or sets the last error view model.
|
![]() | Load()()() |
Loads this instance.
|
![]() | PropertyChanged |
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.) |
![]() | SharedInformation()()() |
Creates shared information.
|
![]() | Unload()()() |
Unloads this instance.
|