Object containing information about the client request to the data portal. More...
Public Member Functions | |
void | CheckPermissions () |
Checks that the current identity has permission to carry out this operation, and if not throws a SecurityException . More... | |
Properties | |
Type | ObjectType [get] |
Gets the type of business object affected by the client request. More... | |
object | RequestObject [get] |
Gets a reference to the criteria or business object passed from the client to the server. More... | |
DataPortalOperations | Operation [get] |
Gets the data portal operation requested by the client. More... | |
Object containing information about the client request to the data portal.
Definition at line 19 of file AuthorizeRequest.cs.
void Csla.Server.AuthorizeRequest.CheckPermissions | ( | ) |
Checks that the current identity has permission to carry out this operation, and if not throws a SecurityException
.
SecurityException | Thrown if the current principal does not have permission to carry out this operation. |
Definition at line 51 of file AuthorizeRequest.cs.
|
get |
Gets the type of business object affected by the client request.
Definition at line 25 of file AuthorizeRequest.cs.
|
get |
Gets the data portal operation requested by the client.
Definition at line 36 of file AuthorizeRequest.cs.
|
get |
Gets a reference to the criteria or business object passed from the client to the server.
Definition at line 31 of file AuthorizeRequest.cs.