InterfaceIMessageConverter
Interface
Defines methods for converting between message and data object.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public interface IMessageConverter
Methods
ConvertItem(object)
Converts the given item to message.
Declaration
cs-api-definition
MessageBase ConvertItem(object item)
Parameters
item
Returns
ConvertMessage(MessageBase)
Converts the given message to a data item of an appropriate type.
Declaration
cs-api-definition
object ConvertMessage(MessageBase message)
Parameters
message
Returns