Click or drag to resize

RoomCreateMessageT Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.MessageDefaultRequestMessage
    SoftGear.Strix.Client.Core.MessageCreateMessageT
      SoftGear.Strix.Client.Room.MessageRoomCreateMessageT

Namespace:  SoftGear.Strix.Client.Room.Message
Assembly:  strix-client-csharp-room (in strix-client-csharp-room.dll) Version: 2.3.0
Syntax
C#
[SerializableAttribute]
public class RoomCreateMessage<T> : CreateMessage<T>
where T : IRoom

Type Parameters

T

The RoomCreateMessageT type exposes the following members.

Constructors
  NameDescription
Public methodRoomCreateMessageT
Initializes a new instance of the RoomCreateMessageT class
Public methodRoomCreateMessageT(IDictionaryString, Object)
Initializes a new instance of the RoomCreateMessageT class
Public methodRoomCreateMessageT(IDictionaryString, Object, IDictionaryString, Object)
Initializes a new instance of the RoomCreateMessageT class
Top
Methods
See Also