C# Class EddiEvents.BountyIncurredEvent

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

Public Properties

Property Type Description
VARIABLES string>.Dictionary

Private Properties

Property Type Description
BountyIncurredEvent Newtonsoft.Json

Public Methods

Method Description
BountyIncurredEvent ( System.DateTime timestamp, string crimetype, string faction, string victim, long bounty ) : Newtonsoft.Json

Private Methods

Method Description
BountyIncurredEvent ( ) : Newtonsoft.Json

Method Details

BountyIncurredEvent() public method

public BountyIncurredEvent ( System.DateTime timestamp, string crimetype, string faction, string victim, long bounty ) : Newtonsoft.Json
timestamp System.DateTime
crimetype string
faction string
victim string
bounty long
return Newtonsoft.Json

Property Details

VARIABLES public_oe static_oe property

public static Dictionary VARIABLES
return string>.Dictionary