UpdateType

public enum UpdateType

In INotifyUpdate, this is a enumeration value used when getting the contents of updating of data.

InsertCard

The card was added or inserted.

UpdateCard

The existing card was updated.

DeleteCard

The existing card was deleted.

AppendTable

The table was added newly.

UpdateTable

The table was updated.

DeleteTable

The table was deleted.

AttachTable

The table was related.

DetachTable

The table was unrelated.