The interface for the FormattedInteractionVoice class.

C# | Visual Basic | Visual C++ |
public interface IFormattedInteractionVoice : IFormattedObject, INotifyPropertyChanged
Public Interface IFormattedInteractionVoice _ Implements IFormattedObject, INotifyPropertyChanged
public interface class IFormattedInteractionVoice : IFormattedObject, INotifyPropertyChanged

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | AddFormattedObject(IFormattedObject) |
Adds the formatted object.
(Inherited from IFormattedObject.) |
![]() | CaseId |
Gets or sets the case id.
|
![]() | ConfigManager |
Gets or sets the configuration manager.
(Inherited from IFormattedObject.) |
![]() | CustomerParty |
Gets or sets the customer party.
|
![]() | DefaultFormat |
Gets or sets the default format.
(Inherited from IFormattedObject.) |
![]() | DefaultOptionFormat |
Gets or sets the default option format.
(Inherited from IFormattedObject.) |
![]() | FormattedString |
Gets the formatted string.
(Inherited from IFormattedObject.) |
![]() | GetFormattedString(String, String) |
Gets the formatted string. Takes the default format if any field matches with the default format.
(Inherited from IFormattedObject.) |
![]() | Id |
Gets or sets the id of the object.
(Inherited from IFormattedObject.) |
![]() | Initialize()()() |
Initializes this instance.
(Inherited from IFormattedObject.) |
![]() | Key |
Gets the key.
(Inherited from IFormattedObject.) |
![]() | OptionId |
Gets or sets the option's id in configuration manager.
(Inherited from IFormattedObject.) |
![]() | Party1 |
Gets or sets the first party.
|
![]() | Party2 |
Gets or sets the second party.
|
![]() | PropertyChanged |
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.) |
![]() | Release()()() |
Releases this instance.
(Inherited from IFormattedObject.) |
![]() | RemoveFormattedObject(IFormattedObject) |
Removes the formatted object.
(Inherited from IFormattedObject.) |
![]() | UserData |
Gets the user data.
(Inherited from IFormattedObject.) |