Constable Authorization Engine 2.0 BETA

ActionRuleCollection Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ActionRuleCollection class and associates it with the given ICollectionUpdater implementation.

[Visual Basic]
Protected Sub New( _
   ByVal updater As ICollectionUpdater _
)
[C#]
protected ActionRuleCollection(
   ICollectionUpdater updater
);

Parameters

updater

See Also

ActionRuleCollection Class | LaMarvin.Constable.Model Namespace