C# Class Gablarski.UserInfo

Represents a joined user.
Inheritance: IUserInfo
Afficher le fichier Open project: ermau/Gablarski

Méthodes publiques

Méthode Description
Deserialize ( ISerializationContext context, IValueReader reader ) : void
Equals ( IUserInfo other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Serialize ( ISerializationContext context, IValueWriter writer ) : void

Private Methods

Méthode Description
UserInfo ( ) : System
UserInfo ( ISerializationContext context, IValueReader reader ) : System
UserInfo ( IUserInfo info ) : System
UserInfo ( IUserInfo user, UserStatus status ) : System
UserInfo ( IUserInfo user, bool muted ) : System
UserInfo ( IUserInfo user, int currentChannelId ) : System
UserInfo ( IUserInfo user, string comment ) : System
UserInfo ( string username, int userId, int currentChannelId, bool muted ) : System
UserInfo ( string nickname, string phonetic, IUserInfo info ) : System
UserInfo ( string nickname, string username, int userId, int currentChannelId, bool muted ) : System
UserInfo ( string nickname, string phonetic, string username, int userId, int currentChannelId, bool muted ) : System
UserInfo ( string nickname, string phonetic, string username, int userId, int currentChannelId, bool muted, string comment, UserStatus status ) : System

Method Details

Deserialize() public méthode

public Deserialize ( ISerializationContext context, IValueReader reader ) : void
context ISerializationContext
reader IValueReader
Résultat void

Equals() public méthode

public Equals ( IUserInfo other ) : bool
other IUserInfo
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Serialize() public méthode

public Serialize ( ISerializationContext context, IValueWriter writer ) : void
context ISerializationContext
writer IValueWriter
Résultat void