CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Rules.AuthorizationRuleManager Class Reference

Manages the list of authorization rules for a business type. More...

Properties

List< IAuthorizationRuleRules [get]
 Gets the list of rule objects for the business type. More...
 
bool Initialized [getset]
 Gets or sets a value indicating whether the rules have been initialized. More...
 
bool InitializedPerType [getset]
 Gets or sets a value indicating whether the rules have been initialized. More...
 

Detailed Description

Manages the list of authorization rules for a business type.

Definition at line 21 of file AuthorizationRuleManager.cs.

Property Documentation

◆ Initialized

bool Csla.Rules.AuthorizationRuleManager.Initialized
getset

Gets or sets a value indicating whether the rules have been initialized.

Definition at line 146 of file AuthorizationRuleManager.cs.

◆ InitializedPerType

bool Csla.Rules.AuthorizationRuleManager.InitializedPerType
getset

Gets or sets a value indicating whether the rules have been initialized.

Definition at line 151 of file AuthorizationRuleManager.cs.

◆ Rules

List<IAuthorizationRule> Csla.Rules.AuthorizationRuleManager.Rules
get

Gets the list of rule objects for the business type.

Definition at line 140 of file AuthorizationRuleManager.cs.