The interface for the ConsultController class.

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

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | AddInteraction(IInteraction, IInteraction) |
Adds the interaction.
|
![]() | CaseDataPresentationModel |
Gets or sets the case data presentation model.
|
![]() | ConsultView |
Gets or sets the consult view.
|
![]() | InteractionIds |
Gets a list of interaction ids.
|
![]() | RemoveInteraction(IInteraction, IInteraction) |
Removes the interaction.
|