Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CollectionAction

Specifies how the collection is changed.

Hierarchy

  • CollectionAction

Index

Properties

Properties

Static Clear

Clear: CollectionAction = new CollectionAction()

Specifies that the entire collection has been cleared.

Static Insert

Insert: CollectionAction = new CollectionAction()

Specifies that an element was added to the collection.

Static Remove

Remove: CollectionAction = new CollectionAction()

Specifies that an element was removed from the collection.

Static Replace

Replace: CollectionAction = new CollectionAction()

Specifies that an element was replaced in the collection.