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

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

공개 메소드들

메소드 설명
Map ( List tlgs, int prescrptionId, string datacardPath, int loggedDataReferenceId, Dictionary linkedIds ) : IEnumerable
OperationDataMapper ( ) : System.Collections.Generic
OperationDataMapper ( IXmlReader xmlReader, IBinaryReader binaryReader, ISpatialRecordMapper spatialRecordMapper, ISectionMapper sectionMapper, IUniqueIdMapper uniqueIdMapper ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Map ( TLG tlg, int prescrptionId, string datacardPath, Dictionary linkedIds ) : AgGateway.ADAPT.ApplicationDataModel.LoggedData.OperationData

메소드 상세

Map() 공개 메소드

public Map ( List tlgs, int prescrptionId, string datacardPath, int loggedDataReferenceId, Dictionary linkedIds ) : IEnumerable
tlgs List
prescrptionId int
datacardPath string
loggedDataReferenceId int
linkedIds Dictionary
리턴 IEnumerable

OperationDataMapper() 공개 메소드

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

OperationDataMapper() 공개 메소드

public OperationDataMapper ( IXmlReader xmlReader, IBinaryReader binaryReader, ISpatialRecordMapper spatialRecordMapper, ISectionMapper sectionMapper, IUniqueIdMapper uniqueIdMapper ) : System.Collections.Generic
xmlReader IXmlReader
binaryReader IBinaryReader
spatialRecordMapper ISpatialRecordMapper
sectionMapper ISectionMapper
uniqueIdMapper IUniqueIdMapper
리턴 System.Collections.Generic