Constable Authorization Engine 2.0 BETA

CollectionUpdaterBase.IsClearAllowed Property

[This is preliminary documentation and subject to change.]

Implements the IChangeableCollection.IsClearAllowed member.

[Visual Basic]
Overridable Public ReadOnly Property IsClearAllowed As Boolean _
    Implements IChangeableCollection.IsClearAllowed
[C#]
public virtual bool IsClearAllowed {get;}

Property Value

The default implementation always returns true.

Implements

IChangeableCollection.IsClearAllowed

Remarks

Notes to Inheritors: The derived class should return true if the Clear method potentially succeeds. The inheritor should return false if the collection cannot be cleared.

See Also

CollectionUpdaterBase Class | LaMarvin.ComponentModel Namespace