C# Class EddiEvents.MessageSentEvent

Inheritance: Event
Mostrar archivo Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Public Properties

Property Type Description
SAMPLE string
VARIABLES string>.Dictionary

Private Properties

Property Type Description
MessageSentEvent Newtonsoft.Json

Public Methods

Method Description
MessageSentEvent ( System.DateTime timestamp, string to, string message ) : Newtonsoft.Json

Private Methods

Method Description
MessageSentEvent ( ) : Newtonsoft.Json

Method Details

MessageSentEvent() public method

public MessageSentEvent ( System.DateTime timestamp, string to, string message ) : Newtonsoft.Json
timestamp System.DateTime
to string
message string
return Newtonsoft.Json

Property Details

SAMPLE public_oe static_oe property

public static string SAMPLE
return string

VARIABLES public_oe static_oe property

public static Dictionary VARIABLES
return string>.Dictionary