C# Class EddiEvents.MessageReceivedEvent

Inheritance: Event
Exibir arquivo Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Public Properties

Property Type Description
VARIABLES string>.Dictionary

Private Properties

Property Type Description
MessageReceivedEvent Newtonsoft.Json

Public Methods

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

Private Methods

Method Description
MessageReceivedEvent ( ) : Newtonsoft.Json

Method Details

MessageReceivedEvent() public method

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
return Newtonsoft.Json

Property Details

VARIABLES public_oe static_oe property

public static Dictionary VARIABLES
return string>.Dictionary