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.Server.NullAuthorizer Class Reference

Implementation of the authorizer that allows all data portal calls to pass. More...

Inheritance diagram for Csla.Server.NullAuthorizer:
Csla.Server.IAuthorizeDataPortal

Public Member Functions

void Authorize (AuthorizeRequest clientRequest)
 Checks authorization rules for the request. More...
 

Detailed Description

Implementation of the authorizer that allows all data portal calls to pass.

Definition at line 14 of file NullAuthorizer.cs.

Member Function Documentation

◆ Authorize()

void Csla.Server.NullAuthorizer.Authorize ( AuthorizeRequest  clientRequest)

Checks authorization rules for the request.

Parameters
clientRequestClient request information.

Implements Csla.Server.IAuthorizeDataPortal.

Definition at line 22 of file NullAuthorizer.cs.