Enum ChangeType
This enumeration specifies possible values for Change.
Namespace: Northwoods.Go.Models
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public enum ChangeType
Fields
Name | Description |
---|---|
Insert | For inserting into collections. |
Property | For simple property changes. |
Remove | For removing from collections. |
Transaction | For informational events, such as transactions and undo/redo operations. |