C# Class EddiEvents.EnteredNormalSpaceEvent

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

Public Properties

Property Type Description
VARIABLES string>.Dictionary

Private Properties

Property Type Description
EnteredNormalSpaceEvent Newtonsoft.Json

Public Methods

Method Description
EnteredNormalSpaceEvent ( System.DateTime timestamp, string system, string body, string bodytype ) : Newtonsoft.Json

Private Methods

Method Description
EnteredNormalSpaceEvent ( ) : Newtonsoft.Json

Method Details

EnteredNormalSpaceEvent() public method

public EnteredNormalSpaceEvent ( System.DateTime timestamp, string system, string body, string bodytype ) : Newtonsoft.Json
timestamp System.DateTime
system string
body string
bodytype string
return Newtonsoft.Json

Property Details

VARIABLES public_oe static_oe property

public static Dictionary VARIABLES
return string>.Dictionary