Show / Hide Table of Contents

Class ChatTopicAgent

User agents within a chat topic. Which users are assigned and what roles they have within the chat topic.

Carrier object for ChatTopicAgent. Services for the ChatTopicAgent Carrier is available from the Chat Agent.

Inheritance
object
ChatTopicAgent
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOfficeCRMServices
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public class ChatTopicAgent

Constructors

ChatTopicAgent()

Default constructor

Declaration
public ChatTopicAgent()

Properties

CanListen

True of a user can listen in on this topic

Declaration
[DataMember]
public virtual bool CanListen { get; set; }
Property Value
Type Description
bool

CanManage

True if the user is a manager for this topic

Declaration
[DataMember]
public virtual bool CanManage { get; set; }
Property Value
Type Description
bool

CanNotify

True if the user should receive notifications for this topic

Declaration
[DataMember]
public virtual bool CanNotify { get; set; }
Property Value
Type Description
bool

CanRespond

True if the user can respond to chats in this topic

Declaration
[DataMember]
public virtual bool CanRespond { get; set; }
Property Value
Type Description
bool

TopicId

The reference to the associated chat topic.

Declaration
[DataMember]
public virtual int TopicId { get; set; }
Property Value
Type Description
int

User

The associate that is the user agent.

Declaration
[DataMember]
public virtual Associate User { get; set; }
Property Value
Type Description
Associate

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

Overrides
object.ToString()

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also

IChatAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top