Class X12Segment
Inheritance
System.Object
X12Segment
Assembly: Bishop.X12.dll
Syntax
public class X12Segment : X12Disposable, IDisposable
Methods
GetValue(Int32, Int32)
Declaration
public string GetValue(int index, int iSubIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
iSubIndex |
|
Returns
Type |
Description |
System.String |
|
GetValue(Int32)
Declaration
public string GetValue(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.String |
|
SetValue(Int32, Int32, String)
Declaration
public bool SetValue(int index, int iSubIndex, string value)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
iSubIndex |
|
System.String |
value |
|
Returns
Type |
Description |
System.Boolean |
|
SetValue(Int32, String)
Declaration
public bool SetValue(int index, string value)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.String |
value |
|
Returns
Type |
Description |
System.Boolean |
|