DictFieldGroup Class

Definition

The DictFieldGroup class provides information about a specific field group in a table.

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

Remarks

For a code example that uses this class, see the DictFieldGroup.numberOfFields Method method.

Constructors

DictFieldGroup()
DictFieldGroup(Int32, String)
DictFieldGroup(Int32, String, Int32)
DictFieldGroup(IntPtr)

Fields

__k_DictFieldGroupId
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)
equal(XppObjectBase) (Inherited from XppObjectBase)
field(Int32)

Returns the specified field from the field group.

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)
label()

Returns the label text of the field group.

labelId()

Returns the label ID of the field group.

MakeReflectionCall(String, Object[]) (Inherited from XppObjectBase)
methodName(Int32)

Returns the name of the specified method from the field group.

name()

Returns the name of the field group.

newmethod() (Inherited from XppObjectBase)
newmethod(Int32, String)

Initializes a new instance of the Object class.

newmethod(Int32, String, Int32)
notify() (Inherited from XppObjectBase)
notifyAll() (Inherited from XppObjectBase)
numberOfFields()

Returns the number of table fields and edit and display methods in the field group.

objectOnServer()
Obsolete.
(Inherited from XppObjectBase)
setTimeOut(String, Int32)
Obsolete.
(Inherited from XppObjectBase)
setTimeOut(String, Int32, Boolean)
Obsolete.
(Inherited from XppObjectBase)
tableid()

Returns the ID of the table that is associated with the field group.

usageCount() (Inherited from XppObjectBase)
VerifyKernelClass() (Inherited from XppObjectBase)
wait() (Inherited from XppObjectBase)
Xml() (Inherited from XppObjectBase)
Xml(Int32) (Inherited from XppObjectBase)

Applies to