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

Inheritance: ITlgMapper
Afficher le fichier Open project: ADAPT/ISOv4Plugin Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

Map() public méthode

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

TlgMapper() public méthode

public TlgMapper ( ) : System.Collections.Generic
Résultat System.Collections.Generic

TlgMapper() public méthode

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