CommaTextIo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
CommaTextIo() | |
CommaTextIo(IntPtr) | |
CommaTextIo(String, String, Int32) | |
CommaTextIo(String, String) |
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, Int32) | |
newmethod(String, String) |
Initializes a new instance of the Object 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, Boolean) |
Obsolete.
(Inherited from XppObjectBase)
|
setTimeOut(String, Int32) |
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) |