Constable Authorization Engine 2.0 BETA

ChangeableCollectionBase.Updater Property

[This is preliminary documentation and subject to change.]

Sets or returns the associated ICollectionUpdater object.

[Visual Basic]
Overridable Protected Property Updater As ICollectionUpdater
[C#]
protected virtual ICollectionUpdater Updater {get; set;}

Property Value

A reference to the associated ICollectionUpdater object.

Remarks

Notes to Inheritors: If you override this property procedure, be sure to call the base class to actually store and retrieve the associated updater reference.

Exceptions

Exception Type Condition
ArgumentNullException The property has been assigned a a null reference (Nothing in Visual Basic).

See Also

ChangeableCollectionBase Class | LaMarvin.ComponentModel Namespace