Show / Hide Table of Contents

Class ConversationWithTargetUser

Inheritance
System.Object
ConversationWithTargetUser
Namespace: Volo.Chat.Conversations
Assembly: Volo.Chat.Domain.dll
Syntax
public class ConversationWithTargetUser : object

Properties

Conversation

Declaration
public Conversation Conversation { get; set; }
Property Value
Type Description
Conversation

TargetUser

Declaration
public ChatUser TargetUser { get; set; }
Property Value
Type Description
ChatUser
Back to top Powered by Volosoft