Show / Hide Table of Contents

Class ConversationPair

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

Properties

SenderConversation

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

TargetConversation

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