ElectroServer 5 Client: C#
Electrotank.Electroserver5.Api.RoomListEntry Class Reference
Inheritance diagram for Electrotank.Electroserver5.Api.RoomListEntry:
Electrotank.Electroserver5.Api.EsEntity Electrotank.Electroserver5.Api.IThriftSerializable

Public Member Functions

 RoomListEntry ()
 
 RoomListEntry (TBase t)
 
override TBase ToThrift ()
 
override TBase NewThrift ()
 
override void FromThrift (TBase t_)
 

Properties

int RoomId [get, set]
 
int ZoneId [get, set]
 
string RoomName [get, set]
 
int UserCount [get, set]
 
string RoomDescription [get, set]
 
int Capacity [get, set]
 
bool HasPassword [get, set]
 

Constructor & Destructor Documentation

Electrotank.Electroserver5.Api.RoomListEntry.RoomListEntry ( )
Electrotank.Electroserver5.Api.RoomListEntry.RoomListEntry ( TBase  t)

Member Function Documentation

override void Electrotank.Electroserver5.Api.RoomListEntry.FromThrift ( TBase  t_)
virtual
override TBase Electrotank.Electroserver5.Api.RoomListEntry.NewThrift ( )
virtual
override TBase Electrotank.Electroserver5.Api.RoomListEntry.ToThrift ( )
virtual

Property Documentation

int Electrotank.Electroserver5.Api.RoomListEntry.Capacity
getset
bool Electrotank.Electroserver5.Api.RoomListEntry.HasPassword
getset
string Electrotank.Electroserver5.Api.RoomListEntry.RoomDescription
getset
int Electrotank.Electroserver5.Api.RoomListEntry.RoomId
getset
string Electrotank.Electroserver5.Api.RoomListEntry.RoomName
getset
int Electrotank.Electroserver5.Api.RoomListEntry.UserCount
getset
int Electrotank.Electroserver5.Api.RoomListEntry.ZoneId
getset