Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.GetChangeablePropertyRules Method 

[This is preliminary documentation and subject to change.]

Return all PropertyRule objects that are changeable in the current authorization context.

[Visual Basic]
Overridable Public Function GetChangeablePropertyRules() As PropertyRuleCollection
[C#]
public virtual PropertyRuleCollection GetChangeablePropertyRules();

Return Value

All PropertyRule objects having the IsEnabled property equal to true.

Remarks

This method takes into account the possible non-determinism of the associated authorization policy: if there are two (or more) PropertyRules available for the current context and at least on of the rules has its IsEnabled property set to false, none of the rules are returned.

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace