C# 클래스 AgGateway.ADAPT.ISOv4Plugin.ImportMappers.LogMappers.DocumentMapper

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

공개 메소드들

메소드 설명
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

메소드 상세

DocumentMapper() 공개 메소드

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

DocumentMapper() 공개 메소드

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

Map() 공개 메소드

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
리턴 AgGateway.ADAPT.ApplicationDataModel.ADM.Documents