Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
ICase Interface
NamespacesGenesyslab.Desktop.Modules.Core.Model.InteractionsICase
The interface for the Case class. A case is set of interactions. It is identified by a CaseId.
Declaration Syntax
C#Visual BasicVisual C++
public interface ICase
Public Interface ICase
public interface class ICase
Members
All MembersMethodsProperties



IconMemberDescription
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.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)