C# Класс AgGateway.ADAPT.ISOv4Plugin.ExportMappers.TlgMapper

Наследование: ITlgMapper
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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