Skip to main content

Class ChatTopicAgent

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ChatTopicAgent. User agents within a chat topic. Which users are assigned and what roles they have within the chat topic.

Inheritance

objectChatTopicAgent

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ChatTopicAgent()

Default constructor - defaults any enum props to 0.

Properties

CanListen

True of a user can listen in on this topic

Property Value

bool

CanManage

True if the user is a manager for this topic

Property Value

bool

CanNotify

True if the user should receive notifications for this topic

Property Value

bool

CanRespond

True if the user can respond to chats in this topic

Property Value

bool

TopicId

The reference to the associated chat topic.

Property Value

int

User

The associate that is the user agent.

Property Value

Associate

See Also

ChatAgent