Namespace: OpenEdge.Web.DataObject
Type: Class HandlerLoadEntityEventArgs
Parent Classes:
Inherits: OpenEdge.Web.DataObject.DataObjectEventArgs


/* *************************************************************************************************************************
Copyright (c) 2016-2018 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
/* (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 Summary
  Options Name Purpose
  HandlerLoadEntityEventArgs (IWebRequest, DataObjectService, 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


Constructor Detail
Top

HandlerLoadEntityEventArgs (IWebRequest, DataObjectService, MappedOperation)

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


Property Detail
Top

Progress.Lang.Class EntityType

Returns Progress.Lang.Class