Constable Authorization Engine 2.0 BETA

IChangeableCollection Members

IChangeableCollection overview

Public Instance Properties

IsClearAllowed Returns flag that determines if the collection can be cleared (i.e. all elements removed).
IsInsertAllowed Returns flag that determines if the collection can be inserted (or added) to.
IsRemoveAllowed Returns flag that determines if an element of the collection can be removed (either by value or by position).
IsSetAllowed Returns flag that determines if an element in the collection can be replaced.

See Also

IChangeableCollection Interface | LaMarvin.ComponentModel Namespace | ICollectionUpdater