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.Testing.Business.DataPortal.AuthorizeDataPortalStub Class Reference
Inheritance diagram for Csla.Testing.Business.DataPortal.AuthorizeDataPortalStub:
Csla.Server.IAuthorizeDataPortal Csla.Server.IAuthorizeDataPortal

Public Member Functions

void Authorize (AuthorizeRequest clientRequest)
 Implement this method to perform custom authorization on every data portal call. More...
 
void Authorize (AuthorizeRequest clientRequest)
 Implement this method to perform custom authorization on every data portal call. More...
 

Public Attributes

AuthorizeRequest ClientRequest
 

Detailed Description

Member Function Documentation

◆ Authorize() [1/2]

void Csla.Testing.Business.DataPortal.AuthorizeDataPortalStub.Authorize ( AuthorizeRequest  clientRequest)

Implement this method to perform custom authorization on every data portal call.

Parameters
clientRequestObject containing information about the client request.

Implements Csla.Server.IAuthorizeDataPortal.

Definition at line 19 of file Fakes/Server/DataPortal/AuthorizeDataPortalStub.cs.

◆ Authorize() [2/2]

void Csla.Testing.Business.DataPortal.AuthorizeDataPortalStub.Authorize ( AuthorizeRequest  clientRequest)

Implement this method to perform custom authorization on every data portal call.

Parameters
clientRequestObject containing information about the client request.

Implements Csla.Server.IAuthorizeDataPortal.

Definition at line 19 of file Silverlight/Server/DataPortal/AuthorizeDataPortalStub.cs.

Member Data Documentation

◆ ClientRequest

AuthorizeRequest Csla.Testing.Business.DataPortal.AuthorizeDataPortalStub.ClientRequest