C# Class AgGateway.ADAPT.ISOv4Plugin.ExportMappers.TlgMapper

Inheritance: ITlgMapper
Show file Open project: ADAPT/ISOv4Plugin Class Usage Examples

Public Methods

Method Description
Map ( IEnumerable operationDatas, string taskDataPath, TaskDocumentWriter taskDocumentWriter ) : IEnumerable
TlgMapper ( ) : System.Collections.Generic
TlgMapper ( IXmlReader xmlReader, ITimHeaderMapper timHeaderMapper, IBinaryWriter binaryWriter ) : System.Collections.Generic

Private Methods

Method Description
Map ( AgGateway.ADAPT.ApplicationDataModel.LoggedData.OperationData operationData, string taskDataPath, TaskDocumentWriter taskDocumentWriter ) : TLG

Method Details

Map() public method

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

TlgMapper() public method

public TlgMapper ( ) : System.Collections.Generic
return System.Collections.Generic

TlgMapper() public method

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