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

Context for the AddObjectAuthorizationRulesContext method. More...

Inheritance diagram for Csla.Rules.AddObjectAuthorizationRulesContext:
Csla.Rules.IAddObjectAuthorizationRulesContext

Public Member Functions

 AddObjectAuthorizationRulesContext (ApplicationContext applicationContext)
 Creates an instance of the type. More...
 

Properties

ApplicationContext ApplicationContext [get]
 Gets a reference to the current ApplicationContext. More...
 
IDataPortalFactory DataPortalFactory [get]
 Gets a data portal factory instance More...
 
string RuleSet [get]
 Gets the current rule set More...
 
- Properties inherited from Csla.Rules.IAddObjectAuthorizationRulesContext
ApplicationContext ApplicationContext [get]
 Gets a reference to the current ApplicationContext. More...
 
IDataPortalFactory DataPortalFactory [get]
 Gets a data portal factory instance More...
 
string RuleSet [get]
 Gets the current rule set More...
 

Detailed Description

Context for the AddObjectAuthorizationRulesContext method.

Definition at line 15 of file AddObjectAuthorizationRulesContext.cs.

Constructor & Destructor Documentation

◆ AddObjectAuthorizationRulesContext()

Csla.Rules.AddObjectAuthorizationRulesContext.AddObjectAuthorizationRulesContext ( ApplicationContext  applicationContext)

Creates an instance of the type.

Parameters
applicationContext

Definition at line 21 of file AddObjectAuthorizationRulesContext.cs.

Property Documentation

◆ ApplicationContext

ApplicationContext Csla.Rules.AddObjectAuthorizationRulesContext.ApplicationContext
get

Gets a reference to the current ApplicationContext.

Definition at line 29 of file AddObjectAuthorizationRulesContext.cs.

◆ DataPortalFactory

IDataPortalFactory Csla.Rules.AddObjectAuthorizationRulesContext.DataPortalFactory
get

Gets a data portal factory instance

Definition at line 34 of file AddObjectAuthorizationRulesContext.cs.

◆ RuleSet

string Csla.Rules.AddObjectAuthorizationRulesContext.RuleSet
get

Gets the current rule set

Definition at line 39 of file AddObjectAuthorizationRulesContext.cs.