Constable Authorization Engine 2.0 BETA

ChangeableCollectionBase.IsInsertAllowed Property

[This is preliminary documentation and subject to change.]

Gets a flag indicating whether an Insert (or Add) operation is currently allowed.

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

Property Value

Returns true if an Insert (or Add) method call is allowed; otherwise false.

Implements

IChangeableCollection.IsInsertAllowed

Remarks

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

See Also

ChangeableCollectionBase Class | LaMarvin.ComponentModel Namespace