Vixen
c7401864
csharp
public record class PlacementRecord

Why one player went where they went, kept so it can be asked about afterwards.

Read the guide page for this →

Fields and properties (5)

  • public PlayerKey Player

    Who.

  • public PlaceStatus Status

    What they were told.

  • public ShardId Shard

    Where they went, when they went anywhere.

  • public string Explanation

    The candidate-by-candidate account — the filter that excluded each one and the score of each survivor.

  • public DateTimeOffset At

    When.

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