The interface for the CaseController class.
| C# | Visual Basic | Visual C++ |
public interface ICaseController
Public Interface ICaseController
public interface class ICaseController
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AddInteraction(IInteraction, IInteraction) |
Adds an interaction.
| |
| CaseDataPresentationModel |
Gets or sets the case data presentation model.
| |
| CaseView |
Gets or sets a case view.
| |
| InteractionIds |
Gets a list of interaction ids.
| |
| RemoveInteraction(IInteraction, IInteraction) |
Removes an interaction.
|