csharp
public record class PlacementRecordWhy one player went where they went, kept so it can be asked about afterwards.
Fields and properties (5)
public PlayerKey PlayerWho.
public PlaceStatus StatusWhat they were told.
public ShardId ShardWhere they went, when they went anywhere.
public string ExplanationThe candidate-by-candidate account — the filter that excluded each one and the score of each survivor.
public DateTimeOffset AtWhen.
Methods (2)
public PlacementRecord(PlayerKey Player, PlaceStatus Status, ShardId Shard, string Explanation, DateTimeOffset At)Why one player went where they went, kept so it can be asked about afterwards.
public override string ToString()Returns a string that represents the current object.
Used by (2)
- PlacementLogVixen.Live.Orchestrator
- PlacementLogTestsVixen.Live.Orchestrator.Tests