The interface for the ConsultViewModel class.

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

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | CaseDataViewModel |
Gets or sets the case data view model.
|
![]() | CloseCase()()() |
Closes the case.
|
![]() | Header |
Gets or sets the header.
|
![]() | Interaction |
Gets or sets an interaction.
|
![]() | IsConsultError |
Gets a value indicating whether this is a consult error.
|
![]() | IsSharedInformation |
Gets a value indicating whether this is shared information.
|
![]() | LastAlertErrorViewModel |
Gets or sets the last alert error view model.
|
![]() | PropertyChanged |
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.) |
![]() | SharedInformation()()() |
Shares the information.
|