PageArgs Class

Definition

The PageArgs class lets you create, read, update, and delete X++ code and metadata.

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

Remarks

Make sure that the user has access to the development security key (SysDevelopment) before this API is called.

Constructors

PageArgs()
PageArgs(IntPtr)

Fields

__k_PageArgsId
kernelClass (Inherited from XppObjectBase)

Methods

__shouldCallNew(Type)
addXppProxyReference(Type, Object) (Inherited from XppObjectBase)
Call(String, Object[], Type[], Object[]) (Inherited from XppObjectBase)
cancelTimeOut(Int32) (Inherited from XppObjectBase)
createKernelClass(Object[], Type[], Object[]) (Inherited from XppObjectBase)
enumParameter()

Gets or sets the enumParameter property that is passed to the object that is run by the MenuFunction class.

enumParameter(Int32)
enumTypeParameter()

Gets or sets the enumTypeParameter property for the MenuFunction class.

enumTypeParameter(Int32)
equal(XppObjectBase) (Inherited from XppObjectBase)
externalRecord()
externalRecord(Common)
finalize() (Inherited from XppObjectBase)
GetIntPtr() (Inherited from XppObjectBase)
GetKernelInstanceUniqueId() (Inherited from XppObjectBase)
getTimeOutTimerHandle() (Inherited from XppObjectBase)
getXppProxyReference(Type) (Inherited from XppObjectBase)
handle()
IsManagedValid() (Inherited from XppObjectBase)
kernelhandle()
KernelInstanceDisposed() (Inherited from XppObjectBase)
MakeReflectionCall(String, Object[]) (Inherited from XppObjectBase)
menuItemName()
menuItemName(String)
newmethod()

Initializes a new instance of the PageArgs class.

notify() (Inherited from XppObjectBase)
notifyAll() (Inherited from XppObjectBase)
objectOnServer()
Obsolete.
(Inherited from XppObjectBase)
parameters()

Gets or sets the list of parameters that are passed to objects that are run by the MenuFunction class.

parameters(String)
setTimeOut(String, Int32)
Obsolete.
(Inherited from XppObjectBase)
setTimeOut(String, Int32, Boolean)
Obsolete.
(Inherited from XppObjectBase)
usageCount() (Inherited from XppObjectBase)
VerifyKernelClass() (Inherited from XppObjectBase)
wait() (Inherited from XppObjectBase)
Xml() (Inherited from XppObjectBase)
Xml(Int32) (Inherited from XppObjectBase)

Applies to