DotNet.Ships.Record.SourceModuleValue - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Ships / SourceModuleValue

Record: SourceModuleValue

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/SourcePurchase.cs:12

One mount's captured purchase price, exactly as the source stated it.

Constructors

new SourceModuleValue()

new SourceModuleValue(Slot, Item, Value)

Parameters

Slot

string

The mount key, in the source's own spelling.

Item

string

The module symbol, in the source's own casing.

Value

double

What the source says was paid for that module, in credits.

Properties

Item

Item: string

The module symbol, in the source's own casing.

Slot

Slot: string

The mount key, in the source's own spelling.

Value

Value: double

What the source says was paid for that module, in credits.

⚠️ **GitHub.com Fallback** ⚠️