Constable Authorization Engine 2.0 BETA

RuleCollectionBase.IsRuleFeasible Method 

[This is preliminary documentation and subject to change.]

This member supports the Constable Authorization Engine (CAZE) infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Overridable Protected Function IsRuleFeasible( _
   ByVal rule As RuleBase, _
   ByVal visible As VisibleOption, _
   ByVal enabled As EnabledOption _
) As Boolean
[C#]
protected virtual bool IsRuleFeasible(
   RuleBase rule,
   VisibleOption visible,
   EnabledOption enabled
);

See Also

RuleCollectionBase Class | LaMarvin.Constable.Model Namespace