csharp
public readonly record struct ContentDeltaOne address's change, and whether a running fleet can take it.
Fields and properties (5)
public string AddressWhich address.
public ContentChange ChangeWhat happened.
public string KindWhat sort of thing it is.
public bool AdditiveWhether this change alone could be applied to a running realm.
public string ReasonWhy 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