C# Class EddiEvents.MessageReceivedEvent

Inheritance: Event
Afficher le fichier Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Méthodes publiques

Свойство Type Description
VARIABLES string>.Dictionary

Private Properties

Свойство Type Description
MessageReceivedEvent Newtonsoft.Json

Méthodes publiques

Méthode Description
MessageReceivedEvent ( System.DateTime timestamp, string from, bool player, string channel, string message ) : Newtonsoft.Json

Private Methods

Méthode Description
MessageReceivedEvent ( ) : Newtonsoft.Json

Method Details

MessageReceivedEvent() public méthode

public MessageReceivedEvent ( System.DateTime timestamp, string from, bool player, string channel, string message ) : Newtonsoft.Json
timestamp System.DateTime
from string
player bool
channel string
message string
Résultat Newtonsoft.Json

Property Details

VARIABLES public_oe static_oe property

public static Dictionary VARIABLES
Résultat string>.Dictionary