Share via


LabelBulkEditor Class

Definition

Caution

The LabelBulkEditor class is intended for design time use from within AX client. It should not be used anymore

The LabelBulkEditor class is used to quickly modify label files.

public ref class LabelBulkEditor : Microsoft::Dynamics::Ax::Xpp::XppObjectBase
[Microsoft.Dynamics.Ax.Xpp.KernelClass]
[System.Obsolete("The LabelBulkEditor class is intended for design time use from within AX client. It should not be used anymore")]
public class LabelBulkEditor : Microsoft.Dynamics.Ax.Xpp.XppObjectBase
[<Microsoft.Dynamics.Ax.Xpp.KernelClass>]
[<System.Obsolete("The LabelBulkEditor class is intended for design time use from within AX client. It should not be used anymore")>]
type LabelBulkEditor = class
    inherit XppObjectBase
Public Class LabelBulkEditor
Inherits XppObjectBase
Inheritance
Microsoft.Dynamics.AX.KernelInterop.ProxyBase
LabelBulkEditor
Attributes

Remarks

The LabelBulkEditor class is instantiated through the Label.bulkEditor() method. The label file is opened for modification when the instance of the class is created, and the label file is closed when the instance has garbage collected.

Constructors

Name Description
LabelBulkEditor()

Fields

Name Description
kernelClass (Inherited from XppObjectBase)

Properties

Name Description
AxClassId

Methods

Name Description
__shouldCallNew(Type) (Inherited from XppObjectBase)
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)
delete(String)

Deletes a specified label.

equal(XppObjectBase) (Inherited from XppObjectBase)
finalize() (Inherited from XppObjectBase)
GetIntPtr() (Inherited from XppObjectBase)
GetKernelInstanceUniqueId() (Inherited from XppObjectBase)
getTimeOutTimerHandle() (Inherited from XppObjectBase)
getXppProxyReference(Type) (Inherited from XppObjectBase)
handle()
IsManagedValid()
kernelhandle()
KernelInstanceDisposed() (Inherited from XppObjectBase)
MakeReflectionCall(String, Object[]) (Inherited from XppObjectBase)
modify(String, String, String)
modify(String, String)

Modifies the text and comment that are associated with a specified label ID.

newmethod()

Initializes an instance of the LabelBulkEditor class.

notify() (Inherited from XppObjectBase)
notifyAll() (Inherited from XppObjectBase)
objectOnServer()
Obsolete.
(Inherited from XppObjectBase)
setTimeOut(String, Int32, Boolean)
Obsolete.
(Inherited from XppObjectBase)
setTimeOut(String, Int32)
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