Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.IsNewRuleValid Method 

[This is preliminary documentation and subject to change.]

This member supports the component' s implementation and is not intended to be used directly from your code.

[Visual Basic]
Overridable Public Function IsNewRuleValid( _
   ByVal protectedObject As NamedObjectBase, _
   ByVal role As Role, _
   ByVal state As State _
) As Boolean
[C#]
public virtual bool IsNewRuleValid(
   NamedObjectBase protectedObject,
   Role role,
   State state
);

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace