Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.IsPropertyChangeable Method

[This is preliminary documentation and subject to change.]

Returns a value specifying if the Property is changeable in the current authorization context.

Overload List

Returns a value specifying if the Property is changeable in the current authorization context.

public bool IsPropertyChangeable(Property);

Returns a value specifying if the Property associated with the given rule is changeable in the current authorization context.

public virtual bool IsPropertyChangeable(PropertyRule);

Returns a value specifying if the Property with the given Id is changeable in the current authorization context.

public bool IsPropertyChangeable(string);

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace