Constable Authorization Engine 2.0 BETA

CollectionUpdaterBase.IsInsertAllowed Property

[This is preliminary documentation and subject to change.]

Implements the IChangeableCollection.IsInsertAllowed member.

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

Property Value

The default implementation always returns true.

Implements

IChangeableCollection.IsInsertAllowed

Remarks

Notes to Inheritors: The derived class should return true if the Insert or Add operation on the associated collection potentially succeeds. The inheritor should return false if items cannot be added to the associated collection.

See Also

CollectionUpdaterBase Class | LaMarvin.ComponentModel Namespace