Click or drag to resize

ChatProjectItem Methods

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