Method | Description | |
---|---|---|
CheckInsideSegment ( string segmentName ) : bool | ||
Close ( ) : void |
Changes the State to Closed.
|
|
Read ( ) : bool |
Reads the next EDI token from the stream.
|
|
ReadAsDateTime ( ) : DateTime? |
Reads the next EDI token from the stream as a Nullable{DateTime}.
|
|
ReadAsDecimal ( |
Reads the next EDI token from the stream as a Nullable{Decimal}.
|
|
ReadAsInt32 ( ) : int? |
Reads the next EDI token from the stream as a Nullable{Int32}.
|
|
ReadAsString ( ) : string |
Reads the next EDI token from the stream as a String.
|
|
Skip ( ) : void |
Skips the children of the current token.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
|
EdiReader ( IEdiGrammar grammar ) : indice.Edi.Utilities |
Initializes a new instance of the EdiReader class.
|
|
SetToken ( EdiToken newToken ) : void |
Sets the current token.
|
|
SetToken ( EdiToken newToken, object value ) : void |
Sets the current token and value.
|
Method | Description | |
---|---|---|
GetCurrentPath ( ) : string | ||
GetPosition ( int depth ) : |
||
IDisposable ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
IncrementPosition ( ) : void | ||
Peek ( ) : EdiContainerType | ||
Pop ( ) : EdiContainerType | ||
Push ( EdiContainerType value ) : void | ||
ReadAsDateTimeInternal ( ) : DateTime? | ||
ReadAsDecimalInternal ( |
||
ReadAsInt32Internal ( ) : int? | ||
ReadAsStringInternal ( ) : string | ||
ReadInternal ( ) : bool | ||
SetFinished ( ) : void | ||
SetPostValueState ( ) : void | ||
SetToken ( EdiToken newToken, object value, bool updateIndex ) : void |
public CheckInsideSegment ( string segmentName ) : bool | ||
segmentName | string | |
return | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
protected EdiReader ( IEdiGrammar grammar ) : indice.Edi.Utilities | ||
grammar | IEdiGrammar | |
return | indice.Edi.Utilities |
public abstract ReadAsDateTime ( ) : DateTime? | ||
return | DateTime? |
public abstract ReadAsDecimal ( |
||
picture | The |
|
return | decimal? |
protected SetToken ( EdiToken newToken ) : void | ||
newToken | EdiToken | The new token. |
return | void |
protected SetToken ( EdiToken newToken, object value ) : void | ||
newToken | EdiToken | The new token. |
value | object | The value. |
return | void |