The interface for the DispositionCode class.
| C# | Visual Basic | Visual C++ |
public interface IDispositionCode
Public Interface IDispositionCode
public interface class IDispositionCode
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| CodeKeyName |
Gets or sets the name of the code key.
| |
| IsMandatory |
Gets or sets a value indicating whether this instance is mandatory.
| |
| IsReadOnlyOnIdle |
Gets or sets a value indicating whether this instance is read only on idle.
| |
| Label |
Gets or sets the label.
| |
| ListOfDispositionCodeValue |
Gets the list of disposition code values.
| |
| SelectedDispositionCodeValue |
Gets the selected disposition code value.
| |
| UseAttachedData |
Gets or sets a value indicating whether attached data should be added to the UserEvent.
| |
| UseConnectionId |
Gets or sets a value indicating whether a connection id should be used.
|