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

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

Public Methods

Method Description
Write ( TaskDocumentWriter taskWriter ) : void

Private Methods

Method Description
CommentWriter ( TaskDocumentWriter taskWriter ) : System.Collections.Generic
WriteComments ( XmlWriter writer ) : void
WriteComments ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Notes.Note note ) : void
WriteListValues ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Representations.EnumeratedValue value ) : void

Method Details

Write() public static method

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