Namespace: OpenEdge.Web.DataObject
Class
HandlerLoadEntityEventArgs
Parent classes:
Inherits: OpenEdge.Web.DataObject.DataObjectEventArgs

/* *************************************************************************************************************************
Copyright (c) 2016 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:HandlerLoadEntityEventArgs
Purpose:Arguments for the data object business logic invocation
Author(s):pjudge
Created:2016-05-17



Constructor Summary
Options Name Purpose
HandlerLoadEntityEventArgs (IWebRequest, MappedOperation) /* Constructor. @param IWebRequest (Mandatory) The request being serviced @param MappedOperation (mandatory) the operation for which to start the entity */

Property Summary
Options Name Purpose
Progress.Lang.Class EntityType /* (optional) The entity (business logic) servicing the request Set by the published to indicate what's required or by a subscriber/handler to indicate the defined type (for an interface, for instance). */


Constructor Detail
Top

HandlerLoadEntityEventArgs (IWebRequest, MappedOperation)

/* Constructor.
Parameters:
poRequest OpenEdge.Web.IWebRequest
poOperation OpenEdge.Web.DataObject.MappedOperation


Property Detail
Top

Progress.Lang.Class EntityType

/* (optional) The entity (business logic) servicing the request
Set by the published to indicate what's required or by a subscriber/handler to indicate the defined
type (for an interface, for instance).
Returns Progress.Lang.Class


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7