Constable Authorization Engine 2.0 BETA

ICollectionUpdater Interface

[This is preliminary documentation and subject to change.]

Represents an object to which a collection delegates its update methods.

For a list of all members of this type, see ICollectionUpdater Members.

[Visual Basic]
Public Interface ICollectionUpdater
    Implements IChangeableCollection
[C#]
public interface ICollectionUpdater : IChangeableCollection

Types that implement ICollectionUpdater

Type Description
CollectionUpdaterBase Provides an abstract (MustInherit in Visual Basic) base class for an extensible ICollectionUpdater implementation.

Requirements

Namespace: LaMarvin.ComponentModel

Assembly: LaMarvin.Common (in LaMarvin.Common.dll)

See Also

ICollectionUpdater Members | LaMarvin.ComponentModel Namespace | IChangeableCollection