AbstractDataEntity.ProduceFF Method
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:
abstract void ProduceFF(Microsoft::Solutions::BTAHL7::Pipelines::IExecutionContext ^ context, System::IO::StreamWriter ^ sw, System::Xml::XmlReader ^ reader, [Runtime::InteropServices::Out] bool % isEmptyData);
public abstract void ProduceFF (Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext context, System.IO.StreamWriter sw, System.Xml.XmlReader reader, out bool isEmptyData);
abstract member ProduceFF : Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext * System.IO.StreamWriter * System.Xml.XmlReader * -> unit
Public MustOverride Sub ProduceFF (context As IExecutionContext, sw As StreamWriter, reader As XmlReader, ByRef isEmptyData As Boolean)
Parameters
- context
- IExecutionContext
- sw
- StreamWriter
- reader
- XmlReader
- isEmptyData
- Boolean