Constable Authorization Engine 2.0 BETA

PropertyRuleCollection.AddNew Method

[This is preliminary documentation and subject to change.]

Creates and adds a new PropertyRule object to the collection for the given propertyId, roleId and the one state defined for the containing AuthorizationPolicy instance.

Overload List

Creates and adds a new PropertyRule object to the collection for the given propertyId, roleId and the one state defined for the containing AuthorizationPolicy instance.

public PropertyRule AddNew(string,string);

Creates and adds a new PropertyRule object to the collection.

public virtual PropertyRule AddNew(string,string,string);

Creates and adds a new PropertyRule object to the collection.

public virtual PropertyRule AddNew(string,string,string,bool,bool);

See Also

PropertyRuleCollection Class | LaMarvin.Constable.Model Namespace