C# Class Smuxi.Engine.MessageModel

Inheritance: ISerializable
Afficher le fichier Open project: meebey/smuxi Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Compact ( ) : void
Equals ( MessageModel msg ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetNick ( ) : string
GetObjectData ( SerializationInfo info, StreamingContext ctx ) : void
MessageModel ( ) : System
MessageModel ( MessageModel msg ) : System
MessageModel ( string text ) : System
MessageModel ( string text, MessageType msgType ) : System
ToString ( ) : string
operator ( ) : bool

Méthodes protégées

Méthode Description
GetObjectData ( SerializationWriter sw ) : void
MessageModel ( SerializationInfo info, StreamingContext ctx ) : System
SetObjectData ( SerializationReader sr ) : void

Method Details

Compact() public méthode

public Compact ( ) : void
Résultat void

Equals() public méthode

public Equals ( MessageModel msg ) : bool
msg MessageModel
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

GetNick() public méthode

public GetNick ( ) : string
Résultat string

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext ctx ) : void
info System.Runtime.Serialization.SerializationInfo
ctx System.Runtime.Serialization.StreamingContext
Résultat void

GetObjectData() protected méthode

protected GetObjectData ( SerializationWriter sw ) : void
sw SerializationWriter
Résultat void

MessageModel() public méthode

public MessageModel ( ) : System
Résultat System

MessageModel() public méthode

public MessageModel ( MessageModel msg ) : System
msg MessageModel
Résultat System

MessageModel() protected méthode

protected MessageModel ( SerializationInfo info, StreamingContext ctx ) : System
info System.Runtime.Serialization.SerializationInfo
ctx System.Runtime.Serialization.StreamingContext
Résultat System

MessageModel() public méthode

public MessageModel ( string text ) : System
text string
Résultat System

MessageModel() public méthode

public MessageModel ( string text, MessageType msgType ) : System
text string
msgType MessageType
Résultat System

SetObjectData() protected méthode

protected SetObjectData ( SerializationReader sr ) : void
sr SerializationReader
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool