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

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

공개 메소드들

메소드 설명
CreateWriter ( string fileName, MemoryStream xmlString ) : XmlWriter
Dispose ( ) : void
TaskDocumentWriter ( ) : System
Write ( string taskDataPath, ApplicationDataModel dataModel ) : XmlWriter

비공개 메소드들

메소드 설명
CreateFolderStructure ( ) : void

메소드 상세

CreateWriter() 공개 메소드

public CreateWriter ( string fileName, MemoryStream xmlString ) : XmlWriter
fileName string
xmlString System.IO.MemoryStream
리턴 System.Xml.XmlWriter

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

TaskDocumentWriter() 공개 메소드

public TaskDocumentWriter ( ) : System
리턴 System

Write() 공개 메소드

public Write ( string taskDataPath, ApplicationDataModel dataModel ) : XmlWriter
taskDataPath string
dataModel ApplicationDataModel
리턴 System.Xml.XmlWriter