C# Class Yaircc.Net.IRC.AwayMessage

Represents an AWAY command.
Inheritance: Message
Afficher le fichier Open project: rastating/yaircc

Méthodes publiques

Méthode Description
AwayMessage ( ) : System

Initialises a new instance of the Yaircc.Net.IRC.AwayMessage class.

AwayMessage ( string message ) : System

Initialises a new instance of the Yaircc.Net.IRC.AwayMessage class.

TryParse ( string input ) : ParseResult

Attempts to parse the input specified by the user into the Message.

Method Details

AwayMessage() public méthode

Initialises a new instance of the Yaircc.Net.IRC.AwayMessage class.
public AwayMessage ( ) : System
Résultat System

AwayMessage() public méthode

Initialises a new instance of the Yaircc.Net.IRC.AwayMessage class.
public AwayMessage ( string message ) : System
message string The message to be sent when messaged by other users.
Résultat System

TryParse() public méthode

Attempts to parse the input specified by the user into the Message.
public TryParse ( string input ) : ParseResult
input string The input from the user.
Résultat ParseResult