C# Class AgGateway.ADAPT.ISOv4Plugin.Writers.ProductWriter

Inheritance: BaseWriter
Show file Open project: ADAPT/ISOv4Plugin Class Usage Examples

Public Methods

Method Description
Write ( TaskDocumentWriter taskWriter ) : void

Private Methods

Method Description
ProductWriter ( TaskDocumentWriter taskWriter ) : System.Collections.Generic
WriteProduct ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Products.Product product ) : string
WriteProductComponent ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Products.ProductComponent productComponent ) : void
WriteProductComponents ( XmlWriter writer, List productComponents ) : void
WriteProductMix ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Products.ProductMix productMix ) : string
WriteProductMixes ( XmlWriter writer, List productMixes ) : void
WriteProducts ( XmlWriter writer ) : void
WriteProducts ( XmlWriter writer, IEnumerable products ) : void
WriteTotalQuantity ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Representations.NumericRepresentationValue quantity ) : void

Method Details

Write() public static method

public static Write ( TaskDocumentWriter taskWriter ) : void
taskWriter TaskDocumentWriter
return void