Click or drag to resize

ChatProjectItem Class

Represents a chat project. This type allows for modification of chat data contained within the project.
Inheritance Hierarchy
SystemObject
  Compiled.EDD.ScriptingChatItemBase
    Compiled.EDD.ScriptingChatProjectItem

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public sealed class ChatProjectItem : ChatItemBase

The ChatProjectItem type exposes the following members.

Methods
 NameDescription
Public methodCreateChatSource Creates and adds a new chat participant to this chat project.
Public methodCreateParticipant Creates and adds a new participant to this chat project.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetChatSource Gets the chat participant with the specified ID from this chat project.
Public methodGetChatSources Gets all chat participants in this chat project.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetParticipant Gets the participant with the specified ID from this chat project.
Public methodGetParticipants Gets all participants who exist in this chat project.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRemoveChatSource Removes the specified chat source from this chat project.
Public methodRemoveParticipant Removes the specified participant from this chat project.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also