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

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

Write() 공개 정적인 메소드

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