Interface IAuthorConverter
Interface that defines the contract for conversion from a business object to an Author in the context of a Rad
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public interface IAuthorConverter
Methods
ConvertToAuthor(Object, AuthorConverterContext)
Converts a data item to an Author instance. Return already existing Author instances, instead of always creating a new Author.
Use the provided context to get the Typing
Declaration
Author ConvertToAuthor(object dataItem, AuthorConverterContext context)
Parameters
System. The item to be converted. |
Author The respective Author |