The interface for the Case class. A case is set of interactions. It is identified by a CaseId.
| C# | Visual Basic | Visual C++ |
public interface ICase
Public Interface ICase
public interface class ICase
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| CaseId |
Gets or sets the case id.
| |
| ChildInteractions |
Gets the child interactions.
| |
| FormattedObject |
Gets the formatted object.
| |
| Initialize()()() |
Initializes this instance.
| |
| Interactions |
Gets the interactions.
| |
| IsInitialized |
Gets a value indicating whether this instance is initialized.
| |
| MainInteraction |
Gets or sets the main interaction.
| |
| Release()()() |
Releases this instance.
| |
| UserData |
Gets the key/value collection associated with the case. This collection implements the [!:INotifyCollectionChanged] interface.
|