Constable Authorization Engine 2.0 BETA

CollectionUpdaterBase Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of an CollectionUpdaterBase-derived object.

[Visual Basic]
Protected Sub New( _
   ByVal isInsertAllowed As Boolean, _
   ByVal isRemoveAllowed As Boolean, _
   ByVal isClearAllowed As Boolean, _
   ByVal isSetAllowed As Boolean _
)
[C#]
protected CollectionUpdaterBase(
   bool isInsertAllowed,
   bool isRemoveAllowed,
   bool isClearAllowed,
   bool isSetAllowed
);

Remarks

See Also

CollectionUpdaterBase Class | LaMarvin.ComponentModel Namespace