C# Class EddiEvents.BountyAwardedEvent

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

Public Properties

Property Type Description
VARIABLES string>.Dictionary

Private Properties

Property Type Description
BountyAwardedEvent Newtonsoft.Json

Public Methods

Method Description
BountyAwardedEvent ( System.DateTime timestamp, string target, string faction, long reward, List rewards ) : Newtonsoft.Json

Private Methods

Method Description
BountyAwardedEvent ( ) : Newtonsoft.Json

Method Details

BountyAwardedEvent() public method

public BountyAwardedEvent ( System.DateTime timestamp, string target, string faction, long reward, List rewards ) : Newtonsoft.Json
timestamp System.DateTime
target string
faction string
reward long
rewards List
return Newtonsoft.Json

Property Details

VARIABLES public_oe static_oe property

public static Dictionary VARIABLES
return string>.Dictionary