[This is preliminary documentation and subject to change.]
Returns all PropertyRule objects associated with the given property.
Returns all PropertyRule objects associated with the given property.
public PropertyRuleCollection Lookup(Property);
Returns the PropertyRule object associated with the given property, role and state.
public virtual PropertyRule Lookup(Property,Role,State);
Finds all PropertyRule objects satisfying the specified search criteria.
protected virtual PropertyRuleCollection Lookup(Property,Role,State,VisibleOption,EnabledOption);
Returns all PropertyRule objects associated with the given property and state objects.
public virtual PropertyRuleCollection Lookup(Property,State);
Returns the PropertyRule object associated with the given property, role and state.
public virtual PropertyRule Lookup(string,string,string);
PropertyRuleCollection Class | LaMarvin.Constable.Model Namespace