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

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

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

Public Member Functions

void Authorize (AuthorizeRequest clientRequest)
 Creates an instance of the type. More...
 

Detailed Description

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

Definition at line 700 of file Server/DataPortal.cs.

Member Function Documentation

◆ Authorize()

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

Creates an instance of the type.

Parameters
clientRequestClient request information.

Implements Csla.Server.IAuthorizeDataPortal.

Definition at line 708 of file Server/DataPortal.cs.