CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Server.AuthorizeRequest Class Reference

Object containing information about the client request to the data portal. More...

Properties

Type ObjectType [get]
 Gets the type of business object affected by the client request.
object? RequestObject [get]
 Gets a reference to the criteria or business object passed from the client to the server.
DataPortalOperations Operation [get]
 Gets the data portal operation requested by the client.

Detailed Description

Object containing information about the client request to the data portal.

Property Documentation

◆ ObjectType

Type Csla.Server.AuthorizeRequest.ObjectType
get

Gets the type of business object affected by the client request.

◆ Operation

DataPortalOperations Csla.Server.AuthorizeRequest.Operation
get

Gets the data portal operation requested by the client.

◆ RequestObject

object? Csla.Server.AuthorizeRequest.RequestObject
get

Gets a reference to the criteria or business object passed from the client to the server.


The documentation for this class was generated from the following file: