Constable Authorization Engine 2.0 BETA

CollectionUpdaterBase.IsSetAllowed Property

[This is preliminary documentation and subject to change.]

Implements the IChangeableCollection.IsSetAllowed member.

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

Property Value

The default implementation always returns true.

Implements

IChangeableCollection.IsSetAllowed

Remarks

Notes to Inheritors: The derived class should return true if the Set operation on the associated collection potentially succeeds. The inheritor should return false if items cannot be replaced in the associated collection.

See Also

CollectionUpdaterBase Class | LaMarvin.ComponentModel Namespace