OpenEdge.Web.DataObject.OperationInvocationEventArgs
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Documentation
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| OperationInvocationEventArgs (IWebRequest, IHttpResponse) |
/* Constructor.
@param IWebRequest (Mandatory) The request being serviced
@param Progress.Lang.Object (mandatory) The entity/business logic servicing the request
@param IHttpResponse (mandatory) The response to this request */
|
||
| OperationInvocationEventArgs (IWebRequest, Object) |
/* Constructor.
@param IWebRequest (Mandatory) The request being serviced
@param Progress.Lang.Object (mandatory) The entity/business logic servicing the request */
|
||
| OperationInvocationEventArgs (IWebRequest, Object, IHttpResponse, DataObjectService, MappedOperation) |
/* Constructor.
@param IWebRequest (Mandatory) The request being serviced
@param Progress.Lang.Object (mandatory) The entity/business logic servicing the request
@param IHttpResponse (mandatory) The response to this request */
|
Constructor Detail
OperationInvocationEventArgs (IWebRequest, IHttpResponse)
|
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OperationInvocationEventArgs (IWebRequest, Object)
|
||||||||||||||||||||||||||||
OperationInvocationEventArgs (IWebRequest, Object, IHttpResponse, DataObjectService, MappedOperation)
|
||||||||||||||||||||||||||||