Constable Authorization Engine 2.0 BETA

RuleBase.ProtectedObject Property

[This is preliminary documentation and subject to change.]

Sets or returns the object protected by this rule.

[Visual Basic]
Overridable Public Property ProtectedObject As NamedObjectBase
[C#]
public virtual NamedObjectBase ProtectedObject {get; set;}

Remarks

This property allows one to treat RuleBase-derived classes polymorphically. In other words, the property is an alias for the strongly typed ActionRule.Action property, or the PropertyRule.Property property.

See Also

RuleBase Class | LaMarvin.Constable.Model Namespace