A strongly-typed resource class, for looking up localized strings, etc.
static string UserNotAuthorizedException
Looks up a localized string similar to User not authorized to {0} object type {1}.
Tracks the business rules for a business object.
static bool HasPermission(AuthorizationActions action, Type objectType)
Checks per-type authorization rules.
Object containing information about the client request to the data portal.
object RequestObject
Gets a reference to the criteria or business object passed from the client to the server.
Type ObjectType
Gets the type of business object affected by the client request.
DataPortalOperations Operation
Gets the data portal operation requested by the client.
void CheckPermissions()
Checks that the current identity has permission to carry out this operation, and if not throws a Secu...
DataPortalOperations
List of data portal operations.