C# 클래스 Prototype.Service.Data.EntityMapper

파일 보기 프로젝트 열기: radicalgeek/SampleMicroservice

공개 메소드들

메소드 설명
MapMessageToEntities ( dynamic message ) : List

Map dynamic bus message to SampleEntity ready for storage

메소드 상세

MapMessageToEntities() 공개 정적인 메소드

Map dynamic bus message to SampleEntity ready for storage
public static MapMessageToEntities ( dynamic message ) : List
message dynamic The dynamic message from the bus containing the details of the item to be mapped
리턴 List