Vixen
02b45cc4
csharp
public readonly record struct ContentDelta

One address's change, and whether a running fleet can take it.

Read the guide page for this →

Fields and properties (5)

  • public string Address

    Which address.

  • public ContentChange Change

    What happened.

  • public string Kind

    What sort of thing it is.

  • public bool Additive

    Whether this change alone could be applied to a running realm.

  • public string Reason

    Why not, when it is not. Empty when it is.

Methods (2)

  • public ContentDelta(string Address, ContentChange Change, string Kind, bool Additive, string Reason)

    One address's change, and whether a running fleet can take it.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (2)

  • ContentDiffVixen.Live.Orchestrator
  • ContentDiffTestsVixen.Live.Orchestrator.Tests