The interface for the DispositionCodeValue class.
| C# | Visual Basic | Visual C++ |
public interface IDispositionCodeValue : IBusinessAttributeValue, INotifyPropertyChanged
Public Interface IDispositionCodeValue _ Implements IBusinessAttributeValue, INotifyPropertyChanged
public interface class IDispositionCodeValue : IBusinessAttributeValue, INotifyPropertyChanged
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| Description |
Gets or sets the description.
(Inherited from IBusinessAttributeValue.) | |
| DisplayName |
Gets or sets the display name.
(Inherited from IBusinessAttributeValue.) | |
| Initialize()()() |
Initializes this instance.
| |
| IsDefault |
Gets or sets a value indicating whether this instance is the default.
| |
| IsSelected |
Gets or sets a value indicating whether this instance is selected.
| |
| Name |
Gets or sets the name.
(Inherited from IBusinessAttributeValue.) | |
| PropertyChanged |
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.) | |
| Release()()() |
Releases this instance.
|