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

Inheritance: BaseWriter
Afficher le fichier Open project: ADAPT/ISOv4Plugin Class Usage Examples

Méthodes publiques

Méthode Description
Write ( TaskDocumentWriter taskWriter ) : void

Private Methods

Méthode 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 méthode

public static Write ( TaskDocumentWriter taskWriter ) : void
taskWriter TaskDocumentWriter
Résultat void