C# Class AgGateway.ADAPT.ISOv4Plugin.ImportMappers.LogMappers.DocumentMapper

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

Public Methods

Method Description
DocumentMapper ( ) : System.Collections.Generic
DocumentMapper ( ILoggedDataMapper loggedDataMapper, IWorkOrderMapper workOrderMapper ) : System.Collections.Generic
Map ( List tsks, string dataPath, AgGateway.ADAPT.ApplicationDataModel.ADM.ApplicationDataModel dataModel, Dictionary linkedIds ) : Documents

Method Details

DocumentMapper() public method

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

DocumentMapper() public method

public DocumentMapper ( ILoggedDataMapper loggedDataMapper, IWorkOrderMapper workOrderMapper ) : System.Collections.Generic
loggedDataMapper ILoggedDataMapper
workOrderMapper IWorkOrderMapper
return System.Collections.Generic

Map() public method

public Map ( List tsks, string dataPath, AgGateway.ADAPT.ApplicationDataModel.ADM.ApplicationDataModel dataModel, Dictionary linkedIds ) : Documents
tsks List
dataPath string
dataModel AgGateway.ADAPT.ApplicationDataModel.ADM.ApplicationDataModel
linkedIds Dictionary
return AgGateway.ADAPT.ApplicationDataModel.ADM.Documents