Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
ICaseViewModel Interface
NamespacesGenesyslab.Desktop.Modules.Windows.InteractionsICaseViewModel
This is the interface fot the CaseViewModel class.
Declaration Syntax
C#Visual BasicVisual C++
public interface ICaseViewModel : INotifyPropertyChanged
Public Interface ICaseViewModel _
	Implements INotifyPropertyChanged
public interface class ICaseViewModel : INotifyPropertyChanged
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
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.

Assembly: Genesyslab.Desktop.Modules.Windows (Module: Genesyslab.Desktop.Modules.Windows) Version: 8.0.2.15 (8.0.002.15)