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

Inheritance: IDlvHeaderMapper
显示文件 Open project: ADAPT/ISOv4Plugin Class Usage Examples

Public Methods

Method Description
DlvHeaderMapper ( ) : System.Collections.Generic
DlvHeaderMapper ( IRepresentationMapper representationMapper ) : System.Collections.Generic
Map ( AgGateway.ADAPT.ApplicationDataModel.LoggedData.WorkingData meter ) : DLV
Map ( IEnumerable meters ) : IEnumerable

Private Methods

Method Description
MapNotNullMeters ( IEnumerable meters ) : IEnumerable

Method Details

DlvHeaderMapper() public method

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

DlvHeaderMapper() public method

public DlvHeaderMapper ( IRepresentationMapper representationMapper ) : System.Collections.Generic
representationMapper IRepresentationMapper
return System.Collections.Generic

Map() public method

public Map ( AgGateway.ADAPT.ApplicationDataModel.LoggedData.WorkingData meter ) : DLV
meter AgGateway.ADAPT.ApplicationDataModel.LoggedData.WorkingData
return AgGateway.ADAPT.ISOv4Plugin.Models.DLV

Map() public method

public Map ( IEnumerable meters ) : IEnumerable
meters IEnumerable
return IEnumerable