CommaIo Class

Definition

The CommaIo class provides functionality for reading and writing comma-separated files.

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

Remarks

This class has been replaced by the CommaTextIo class.

Constructors

CommaIo()
CommaIo(IntPtr)
CommaIo(String, String)

Fields

__k_CommaIoId
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)

Creates a new object of the CommaIo class.

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