C# 클래스 AgGateway.ADAPT.ISOv4Plugin.Writers.ProductWriter

상속: BaseWriter
파일 보기 프로젝트 열기: ADAPT/ISOv4Plugin 1 사용 예제들

공개 메소드들

메소드 설명
Write ( TaskDocumentWriter taskWriter ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Write() 공개 정적인 메소드

public static Write ( TaskDocumentWriter taskWriter ) : void
taskWriter TaskDocumentWriter
리턴 void