The interface for the MyAgentState class.
| C# | Visual Basic | Visual C++ |
public interface IMyAgentState : IState, INotifyPropertyChanged
Public Interface IMyAgentState _ Implements IState, INotifyPropertyChanged
public interface class IMyAgentState : IState, INotifyPropertyChanged
| All Members | Properties | Events | |||
| Icon | Member | Description |
|---|---|---|
| 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.) |