Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.CreatePropertyRule 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 CreatePropertyRule( _
   ByVal property As Property, _
   ByVal role As Role, _
   ByVal state As State, _
   ByVal isVisible As Boolean, _
   ByVal isEnabled As Boolean _
) As PropertyRule
[C#]
protected virtual PropertyRule CreatePropertyRule(
   Property property,
   Role role,
   State state,
   bool isVisible,
   bool isEnabled
);

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace