Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
IMyAgentState Interface
NamespacesGenesyslab.Desktop.Modules.Core.Model.AgentsIMyAgentState
The interface for the MyAgentState class.
Declaration Syntax
C#Visual BasicVisual C++
public interface IMyAgentState : IState, 
	INotifyPropertyChanged
Public Interface IMyAgentState _
	Implements IState, INotifyPropertyChanged
public interface class IMyAgentState : IState, 
	INotifyPropertyChanged
Members
All MembersPropertiesEvents



IconMemberDescription
ActionCode
Gets or sets the action code.
(Inherited from IState.)
IsPossibleToLogOff
Gets a value indicating whether it is possible for the agent to log off.

IsPossibleToLogOn
Gets a value indicating whether it is possible for the agent to log on.

Place
Gets or sets the place.

PropertyChanged
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.)
State
Gets or sets the state.
(Inherited from IState.)
StateDuration
Gets the duration of the state.
(Inherited from IState.)

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