Constable Authorization Engine 2.0 BETA

ChangeableCollectionBase Constructor (ICollectionUpdater)

[This is preliminary documentation and subject to change.]

Initializes a new instance of an ChangeableCollectionBase-derived class associating it with the given updater object.

[Visual Basic]
Overloads Protected Sub New( _
   ByVal updater As ICollectionUpdater _
)
[C#]
protected ChangeableCollectionBase(
   ICollectionUpdater updater
);

Parameters

updater
The ICollectionUpdater implementation to be associated with the collection.

Remarks

Typically, when inheriting the ChangeableCollectionBase class, the derived class exposes a public constructor that instantiates application-specific ICollectionUpdater implementation.

Exceptions

Exception Type Condition
ArgumentNullException A a null reference (Nothing in Visual Basic) was passed as the updater argument value. An ChangeableCollectionBase-derived object must be associated with a valid ICollectionUpdater object.

See Also

ChangeableCollectionBase Class | LaMarvin.ComponentModel Namespace | ChangeableCollectionBase Constructor Overload List