Constable Authorization Engine 2.0 BETA

ChangeableCollectionBase.IsClearAllowed Property

[This is preliminary documentation and subject to change.]

Gets a flag indicating whether the Clear method is currently allowed.

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

Property Value

Returns true if the Clear method call is allowed; otherwise false.

Implements

IChangeableCollection.IsClearAllowed

Remarks

The call is simply forwarded to the IsClearAllowed implementation of the associated Updater object.

See Also

ChangeableCollectionBase Class | LaMarvin.ComponentModel Namespace