프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AutoComplete | void | ||
AutoCompleteAll | void | ||
AutoCompleteClose | void | ||
BuildStateArray | State[][] | ||
CreateUnsupportedTypeException | |||
EdiWriter | System | ||
GetCloseTokenForType | EdiToken | ||
IDisposable | void | ||
InternalWriteEnd | void | ||
InternalWriteRaw | void | ||
InternalWriteSegmentName | void | ||
InternalWriteStart | void | ||
InternalWriteValue | void | ||
InternalWriteWhitespace | void | ||
Peek | EdiContainerType | ||
Pop | EdiContainerType | ||
Push | void | ||
WriteEnd | void | ||
WriteTokenInternal | void | ||
WriteValue | void |
메소드 | 설명 | |
---|---|---|
Close ( ) : void |
Closes this stream and the underlying stream.
|
|
Flush ( ) : void |
Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
|
|
WriteEnd ( ) : void |
Writes the end of the current EDI structure.
|
|
WriteNull ( ) : void |
Writes a null value.
|
|
WriteRaw ( string fragment ) : void |
Writes raw EDI fragment without changing the writer's state.
|
|
WriteSegmentName ( string name ) : void |
Writes the segmant name. And marks the beginning of a Segment.
|
|
WriteSegmentTerminator ( ) : void |
Writes the end of a Edi EdiContainerType.Segment.
|
|
WriteServiceStringAdvice ( ) : void | ||
WriteToken ( |
Writes the current EdiReader token and its children.
|
|
WriteToken ( EdiReader reader, bool writeChildren ) : void |
Writes the current EdiReader token.
|
|
WriteToken ( EdiToken token ) : void |
Writes the EdiToken token.
|
|
WriteToken ( EdiToken token, object value ) : void |
Writes the EdiToken token and its value.
|
|
WriteValue ( DateTime value, string format ) : void |
Writes a DateTime value.
|
|
WriteValue ( DateTimeOffset value, string format ) : void |
Writes a DateTimeOffset value.
|
|
WriteValue ( Guid value ) : void |
Writes a Guid value.
|
|
WriteValue ( TimeSpan value ) : void |
Writes a TimeSpan value.
|
|
WriteValue ( Uri value ) : void |
Writes a Uri value.
|
|
WriteValue ( bool value ) : void |
Writes a Boolean value.
|
|
WriteValue ( byte value ) : void |
Writes a Byte value.
|
|
WriteValue ( char value ) : void |
Writes a Char value.
|
|
WriteValue ( decimal value, Picture picture ) : void |
Writes a Decimal value.
|
|
WriteValue ( double value, Picture picture ) : void |
Writes a Double value.
|
|
WriteValue ( float value, Picture picture ) : void |
Writes a Single value.
|
|
WriteValue ( int value, Picture picture ) : void |
Writes a Int32 value.
|
|
WriteValue ( long value, Picture picture ) : void |
Writes a Int64 value.
|
|
WriteValue ( object value ) : void |
Writes a Object value. An error will raised if the value cannot be written as a single Edi token.
|
|
WriteValue ( object value, Picture picture, string format ) : void |
Writes a Object value. An error will raised if the value cannot be written as a single Edi token.
|
|
WriteValue ( sbyte value, Picture picture ) : void |
Writes a SByte value.
|
|
WriteValue ( short value, Picture picture ) : void |
Writes a Int16 value.
|
|
WriteValue ( string value, Picture picture ) : void |
Writes a String value.
|
|
WriteValue ( uint value, Picture picture ) : void |
Writes a UInt32 value.
|
|
WriteValue ( ulong value, Picture picture ) : void |
Writes a UInt64 value.
|
|
WriteValue ( ushort value, Picture picture ) : void |
Writes a UInt16 value.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
|
EdiWriter ( IEdiGrammar grammar ) : System |
Creates an instance of the
|
|
SetWriteState ( EdiToken token, object value ) : void |
Sets the state of the EdiWriter,
|
|
WriteComponentDelimiter ( ) : void |
Writes an EdiContainerType.Component separator.
|
|
WriteElementDelimiter ( ) : void |
Writes an EdiContainerType.Element separator.
|
|
WriteEnd ( EdiToken token ) : void |
Writes the specified end token.
|
|
WriteNewLine ( ) : void |
Writes indent characters.
|
|
WriteSegmentNameDelimiter ( ) : void |
Writes indent characters.
|
메소드 | 설명 | |
---|---|---|
AutoComplete ( EdiToken tokenBeingWritten ) : void | ||
AutoCompleteAll ( ) : void | ||
AutoCompleteClose ( EdiContainerType type ) : void | ||
BuildStateArray ( ) : State[][] | ||
CreateUnsupportedTypeException ( |
||
EdiWriter ( ) : System | ||
GetCloseTokenForType ( EdiContainerType type ) : EdiToken | ||
IDisposable ( ) : void | ||
InternalWriteEnd ( EdiContainerType container ) : void | ||
InternalWriteRaw ( ) : void | ||
InternalWriteSegmentName ( string name ) : void | ||
InternalWriteStart ( EdiToken token, EdiContainerType container ) : void | ||
InternalWriteValue ( EdiToken token ) : void | ||
InternalWriteWhitespace ( string ws ) : void | ||
Peek ( ) : EdiContainerType | ||
Pop ( ) : EdiContainerType | ||
Push ( EdiContainerType value ) : void | ||
WriteEnd ( EdiContainerType type ) : void | ||
WriteTokenInternal ( EdiReader reader, bool writeChildren ) : void | ||
WriteValue ( EdiWriter writer, PrimitiveTypeCode typeCode, object value, Picture picture, string format ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
리턴 | void |
protected EdiWriter ( IEdiGrammar grammar ) : System | ||
grammar | IEdiGrammar | |
리턴 | System |
protected SetWriteState ( EdiToken token, object value ) : void | ||
token | EdiToken | The EdiToken being written. |
value | object | The value being written. |
리턴 | void |
protected WriteEnd ( EdiToken token ) : void | ||
token | EdiToken | The end token to write. |
리턴 | void |
public WriteRaw ( string fragment ) : void | ||
fragment | string | A raw EDI fragment to write. |
리턴 | void |
public WriteSegmentName ( string name ) : void | ||
name | string | The name of the segment. |
리턴 | void |
public WriteToken ( |
||
reader | The |
|
리턴 | void |
public WriteToken ( EdiReader reader, bool writeChildren ) : void | ||
reader | EdiReader | The |
writeChildren | bool | A flag indicating whether the current token's children should be written. |
리턴 | void |
public WriteToken ( EdiToken token ) : void | ||
token | EdiToken | The |
리턴 | void |
public WriteToken ( EdiToken token, object value ) : void | ||
token | EdiToken | The |
value | object |
/// The value to write.
/// A value is only required for tokens that have an associated value, e.g. the |
리턴 | void |
public WriteValue ( DateTime value, string format ) : void | ||
value | DateTime | The |
format | string | |
리턴 | void |
public WriteValue ( DateTimeOffset value, string format ) : void | ||
value | DateTimeOffset | The |
format | string | |
리턴 | void |
public WriteValue ( TimeSpan value ) : void | ||
value | TimeSpan | The |
리턴 | void |
public WriteValue ( decimal value, Picture picture ) : void | ||
value | decimal | The |
picture | Picture | |
리턴 | void |
public WriteValue ( double value, Picture picture ) : void | ||
value | double | The |
picture | Picture | |
리턴 | void |
public WriteValue ( float value, Picture picture ) : void | ||
value | float | The |
picture | Picture | |
리턴 | void |
public WriteValue ( int value, Picture picture ) : void | ||
value | int | The |
picture | Picture | |
리턴 | void |
public WriteValue ( long value, Picture picture ) : void | ||
value | long | The |
picture | Picture | |
리턴 | void |
public WriteValue ( object value ) : void | ||
value | object | The |
리턴 | void |
public WriteValue ( object value, Picture picture, string format ) : void | ||
value | object | The |
picture | Picture | |
format | string | traditional string format mask |
리턴 | void |
public WriteValue ( sbyte value, Picture picture ) : void | ||
value | sbyte | The |
picture | Picture | |
리턴 | void |
public WriteValue ( short value, Picture picture ) : void | ||
value | short | The |
picture | Picture | |
리턴 | void |
public WriteValue ( string value, Picture picture ) : void | ||
value | string | The |
picture | Picture | |
리턴 | void |
public WriteValue ( uint value, Picture picture ) : void | ||
value | uint | The |
picture | Picture | |
리턴 | void |
public WriteValue ( ulong value, Picture picture ) : void | ||
value | ulong | The |
picture | Picture | |
리턴 | void |
public WriteValue ( ushort value, Picture picture ) : void | ||
value | ushort | The |
picture | Picture | |
리턴 | void |