Constable Authorization Engine 2.0 BETA

CollectionUpdaterBase.IsRemoveAllowed Property

[This is preliminary documentation and subject to change.]

Implements the IChangeableCollection.IsRemoveAllowed member.

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

Property Value

The default implementation always returns true.

Implements

IChangeableCollection.IsRemoveAllowed

Remarks

Notes to Inheritors: The derived class should return true if the Remove or RemoveAt methods on the associated collection potentially succeed. The inheritor should return false if items cannot be removed from the associated collection.

See Also

CollectionUpdaterBase Class | LaMarvin.ComponentModel Namespace