Chat |
public sealed class ChatProjectItem : ChatItemBase
The ChatProjectItem type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateChatSource | Creates and adds a new chat participant to this chat project. | |
| CreateParticipant | Creates and adds a new participant to this chat project. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetChatSource | Gets the chat participant with the specified ID from this chat project. | |
| GetChatSources | Gets all chat participants in this chat project. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetParticipant | Gets the participant with the specified ID from this chat project. | |
| GetParticipants | Gets all participants who exist in this chat project. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| RemoveChatSource | Removes the specified chat source from this chat project. | |
| RemoveParticipant | Removes the specified participant from this chat project. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |