CommaTextIo Class

Definition

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

Constructors

CommaTextIo()
CommaTextIo(IntPtr)
CommaTextIo(String, String)
CommaTextIo(String, String, Int32)

Fields

__k_CommaTextIoId
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)
filePosition()
finalize()

Closes the file and, if data was written, flushes the file buffers to disk.

GetIntPtr() (Inherited from XppObjectBase)
GetKernelInstanceUniqueId() (Inherited from XppObjectBase)
getTimeOutTimerHandle() (Inherited from XppObjectBase)
getXppProxyReference(Type) (Inherited from XppObjectBase)
handle()
inFieldDelimiter()

Determines the delimiter used to separate fields in records accessed by the *Io classes.

inFieldDelimiter(String)
inRecordDelimiter()

Determines to the *Io classes what character or characters to search for to determine whether a full record has been read.

inRecordDelimiter(String)
inRecordLength()

Gets or sets the number of characters to read for each record in a file.

inRecordLength(Int32)
IsManagedValid() (Inherited from XppObjectBase)
kernelhandle()
KernelInstanceDisposed() (Inherited from XppObjectBase)
MakeReflectionCall(String, Object[]) (Inherited from XppObjectBase)
newmethod() (Inherited from XppObjectBase)
newmethod(String, String)

Initializes a new instance of the Object class.

newmethod(String, String, Int32)
notify() (Inherited from XppObjectBase)
notifyAll() (Inherited from XppObjectBase)
objectOnServer()
Obsolete.
(Inherited from XppObjectBase)
outFieldDelimiter()

Gets or sets the sequence of characters that are written to a file that is used to separate the fields of a record.

outFieldDelimiter(String)
outRecordDelimiter()

Gets or sets the sequence of characters that is written to the output files, which separate the records in the output files.

outRecordDelimiter(String)
read()

Reads the next full record from the Io object.

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

Retrieves the status of the last operation that was performed on the Io object.

usageCount() (Inherited from XppObjectBase)
VerifyKernelClass() (Inherited from XppObjectBase)
wait() (Inherited from XppObjectBase)
write(Object[])

Writes values of a simple type.

writeExp(Object[])

Writes the content of a container to a file.

Xml() (Inherited from XppObjectBase)
Xml(Int32) (Inherited from XppObjectBase)

Applies to