Constable Authorization Engine 2.0 BETA

ActionRuleCollection.CreateEmptyClone Method 

[This is preliminary documentation and subject to change.]

Creates a new, empty instance of the ActionRuleCollection.

[Visual Basic]
Overrides Protected Function CreateEmptyClone( _
   ByVal updater As ICollectionUpdater _
) As RuleCollectionBase
[C#]
protected override RuleCollectionBase CreateEmptyClone(
   ICollectionUpdater updater
);

Parameters

updater

Return Value

See Also

ActionRuleCollection Class | LaMarvin.Constable.Model Namespace