| NcpdpScriptReaderBaseT, U(Stream, String, NcpdpScriptReaderSettings) Constructor |
Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public NcpdpScriptReaderBase(
Stream ediStream,
string rulesAssembly,
NcpdpScriptReaderSettings settings = null
)
Public Sub New (
ediStream As Stream,
rulesAssembly As String,
Optional settings As NcpdpScriptReaderSettings = Nothing
)
Parameters
- ediStream Stream
- The EDI stream to read from.
- rulesAssembly String
- The name of the assembly containing the EDI classes.
- settings NcpdpScriptReaderSettings (Optional)
- The reader settings.
Return Value
A new instance of the
NcpdpScriptReaderBaseT, U class.
See Also