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. 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 16 of file AuthorizeRequest.cs.
|
get |
Gets the type of business object affected by the client request.
Definition at line 22 of file AuthorizeRequest.cs.
|
get |
Gets the data portal operation requested by the client.
Definition at line 33 of file AuthorizeRequest.cs.
|
get |
Gets a reference to the criteria or business object passed from the client to the server.
Definition at line 28 of file AuthorizeRequest.cs.