The ViewModel of the IInteractionsWindow view.

C# | Visual Basic | Visual C++ |
public interface IInteractionsWindowViewModel
Public Interface IInteractionsWindowViewModel
public interface class IInteractionsWindowViewModel

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Agent |
Gets or sets an agent.
|
![]() | CanClose()()() |
Determines whether this window is empty and can be closed. The window can be closed only if there is no CaseView or ConsultView in it.
|
![]() | CaseControllerByCaseId |
Gets the case controller by case id.
|
![]() | ConsultControllerByConsultInteractionId |
Gets the consult controller by consult interaction id.
|
![]() | GetCaseControllerByCaseId(String) |
Gets the case controller by case id.
|
![]() | GetConsultControllerByConsultInteractionId(String) |
Gets the consult controller by consult interaction id.
|
![]() | HasCaseId(String) |
Gets a value indicating whether this instance has a case id.
|
![]() | HasConsultInteractionId(String) |
Gets a value indicating whether this instance has a consult interaction id.
|
![]() | IsInternalCommunicationWindows | |
![]() | Uid |
Gets or sets the unique identifier.
|