C# 클래스 AgGateway.ADAPT.ISOv4Plugin.ExportMappers.TlgMapper

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

공개 메소드들

메소드 설명
Map ( IEnumerable operationDatas, string taskDataPath, TaskDocumentWriter taskDocumentWriter ) : IEnumerable
TlgMapper ( ) : System.Collections.Generic
TlgMapper ( IXmlReader xmlReader, ITimHeaderMapper timHeaderMapper, IBinaryWriter binaryWriter ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Map ( AgGateway.ADAPT.ApplicationDataModel.LoggedData.OperationData operationData, string taskDataPath, TaskDocumentWriter taskDocumentWriter ) : TLG

메소드 상세

Map() 공개 메소드

public Map ( IEnumerable operationDatas, string taskDataPath, TaskDocumentWriter taskDocumentWriter ) : IEnumerable
operationDatas IEnumerable
taskDataPath string
taskDocumentWriter AgGateway.ADAPT.ISOv4Plugin.Writers.TaskDocumentWriter
리턴 IEnumerable

TlgMapper() 공개 메소드

public TlgMapper ( ) : System.Collections.Generic
리턴 System.Collections.Generic

TlgMapper() 공개 메소드

public TlgMapper ( IXmlReader xmlReader, ITimHeaderMapper timHeaderMapper, IBinaryWriter binaryWriter ) : System.Collections.Generic
xmlReader IXmlReader
timHeaderMapper ITimHeaderMapper
binaryWriter IBinaryWriter
리턴 System.Collections.Generic