Share via


XppPrePostArgs Class

Definition

The XppPrePostArgs class provides information about a publisher's arguments and return values for pre-handlers and post-handlers.

public ref class XppPrePostArgs sealed : Microsoft::Dynamics::Ax::Xpp::XppObjectBase
[Microsoft.Dynamics.Ax.Xpp.KernelClass]
public sealed class XppPrePostArgs : Microsoft.Dynamics.Ax.Xpp.XppObjectBase
[<Microsoft.Dynamics.Ax.Xpp.KernelClass>]
type XppPrePostArgs = class
    inherit XppObjectBase
Public NotInheritable Class XppPrePostArgs
Inherits XppObjectBase
Inheritance
Microsoft.Dynamics.AX.KernelInterop.ProxyBase
XppPrePostArgs
Attributes

Remarks

A publisher is a method that exposes pre-events and post-events.

Constructors

XppPrePostArgs()
XppPrePostArgs(Object)
XppPrePostArgs(Object, String)
XppPrePostArgs(Object, String, XppEventHandlerCalledWhen)

Fields

kernelClass (Inherited from XppObjectBase)

Properties

AxClassId
GlobalType

Methods

__shouldCallNew(Type) (Inherited from XppObjectBase)
addArg(String, Object)
addXppProxyReference(Type, Object) (Inherited from XppObjectBase)
allowSetReturn(Boolean)
Call(String, Object[], Type[], Object[]) (Inherited from XppObjectBase)
cancelTimeOut(Int32) (Inherited from XppObjectBase)
createKernelClass(Object[], Type[], Object[]) (Inherited from XppObjectBase)
equal(XppObjectBase) (Inherited from XppObjectBase)
existsArg(String)

Checks the existence of the publisher's argument by name.

finalize() (Inherited from XppObjectBase)
getArg(String)
getArgNum(Int32)

Retrieves the ;publisher's argument by index.

getCalledWhen()

Retrieves a value that indicates whether the instance is currently serving a pre-handler or a post-handler.

GetIntPtr() (Inherited from XppObjectBase)
GetKernelInstanceUniqueId() (Inherited from XppObjectBase)
getReturnValue()

Gets the publisher's return value.

getThis()

Gets the publisher's "this" reference.

getTimeOutTimerHandle() (Inherited from XppObjectBase)
getXppProxyReference(Type) (Inherited from XppObjectBase)
handle()
IsManagedValid()
isSetReturnAllowed()
kernelhandle() (Inherited from XppObjectBase)
KernelInstanceDisposed() (Inherited from XppObjectBase)
MakeReflectionCall(String, Object[]) (Inherited from XppObjectBase)
newmethod() (Inherited from XppObjectBase)
notify() (Inherited from XppObjectBase)
notifyAll() (Inherited from XppObjectBase)
objectOnServer()
Obsolete.
(Inherited from XppObjectBase)
setAddress(Int64)
setArg(String, Object)
setArgNum(Int32, Object)

Sets the publisher's argument by index.

setCalledWhen(XppEventHandlerCalledWhen)

Sets whether the instance is currently serving a pre-handler or a post-handler.

setReturnValue(Object)

Sets the publisher's return value.

setReturnValueStatic(Object, XppPrePostArgs)
setTimeOut(String, Int32)
Obsolete.
(Inherited from XppObjectBase)
setTimeOut(String, Int32, Boolean)
Obsolete.
(Inherited from XppObjectBase)
updateTableArgs()
usageCount() (Inherited from XppObjectBase)
usingCopy()
VerifyKernelClass() (Inherited from XppObjectBase)
wait() (Inherited from XppObjectBase)
Xml() (Inherited from XppObjectBase)
Xml(Int32) (Inherited from XppObjectBase)

Applies to