C# Class EddiEvents.BountyAwardedEvent

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

Méthodes publiques

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

Private Properties

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

Méthodes publiques

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

Private Methods

Méthode Description
BountyAwardedEvent ( ) : Newtonsoft.Json

Method Details

BountyAwardedEvent() public méthode

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
Résultat Newtonsoft.Json

Property Details

VARIABLES public_oe static_oe property

public static Dictionary VARIABLES
Résultat string>.Dictionary