Constable Authorization Engine 2.0 BETA

CollectionUpdaterBase Class

[This is preliminary documentation and subject to change.]

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

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

System.Object
   LaMarvin.ComponentModel.CollectionUpdaterBase

[Visual Basic]
<Serializable>
MustInherit Public Class CollectionUpdaterBase
    Implements ICollectionUpdater, IChangeableCollection
[C#]
[Serializable]
public abstract class CollectionUpdaterBase : ICollectionUpdater, IChangeableCollection

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The class implements the ICollectionUpdater methods as virtual (CanOverride in Visual Basic) methods that can be overriden in derived classes on as-needed basis.

Requirements

Namespace: LaMarvin.ComponentModel

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

See Also

CollectionUpdaterBase Members | LaMarvin.ComponentModel Namespace