csharp
public enum ContentChangeWhat happened to one address between two catalogs.
Fields and properties (4)
AddedIt is new. Nothing live refers to it, because nothing could.
ModifiedIts content changed and its shape did not.
ReshapedIts shape changed. Anything holding one of these now holds the wrong thing.
RemovedIt is gone.
Used by (3)
- ContentDeltaVixen.Live.Orchestrator
- ContentDiffVixen.Live.Orchestrator
- ContentDiffTestsVixen.Live.Orchestrator.Tests