C# 클래스 AgGateway.ADAPT.ISOv4Plugin.Exporter

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

공개 메소드들

메소드 설명
Export ( ApplicationDataModel applicationDataModel, string taskDataPath, TaskDocumentWriter writer ) : XmlWriter
Exporter ( ) : System.IO
Exporter ( ITaskMapper taskMapper ) : System.IO

비공개 메소드들

메소드 설명
GetNumberOfExistingTasks ( XmlWriter data, TaskDocumentWriter isoTaskData ) : int

메소드 상세

Export() 공개 메소드

public Export ( ApplicationDataModel applicationDataModel, string taskDataPath, TaskDocumentWriter writer ) : XmlWriter
applicationDataModel ApplicationDataModel
taskDataPath string
writer AgGateway.ADAPT.ISOv4Plugin.Writers.TaskDocumentWriter
리턴 System.Xml.XmlWriter

Exporter() 공개 메소드

public Exporter ( ) : System.IO
리턴 System.IO

Exporter() 공개 메소드

public Exporter ( ITaskMapper taskMapper ) : System.IO
taskMapper ITaskMapper
리턴 System.IO