Maintains metadata about a method or property.
Maintains metadata about a property.
Defines the authorization interface through which an object can indicate which properties the current...
bool CanReadProperty(string propertyName)
Returns true if the user is allowed to read the specified property.
bool CanExecuteMethod(Csla.Core.IMemberInfo method)
Returns true if the user is allowed to execute the specified method.
bool CanReadProperty(Csla.Core.IPropertyInfo property)
Returns true if the user is allowed to read the specified property.
bool CanExecuteMethod(string methodName)
Returns true if the user is allowed to execute the specified method.
bool CanWriteProperty(Csla.Core.IPropertyInfo property)
Returns true if the user is allowed to write the to the specified property.
bool CanWriteProperty(string propertyName)
Returns true if the user is allowed to write the to the specified property.