Class DictionaryMapper
Dziedziczenie
object
DictionaryMapper
Namespace: Sage.PL.WebAPI.Module.Dictionaries.Services.Mappers
Assembly: Sage.PL.WebAPI.Module.Dictionaries.dll
Składnia
public class DictionaryMapper : IDictionaryMapper
Konstruktory
DictionaryMapper(IDictionaryElementMapper)
Deklaracja
public DictionaryMapper(IDictionaryElementMapper dictionaryElementMapper)
Parametry
Metody
Map(DictionaryType)
Deklaracja
public BusinessDictionary Map(DictionaryType id)
Parametry
Zwraca
Map(BusinessDictionaryModel)
Deklaracja
public BusinessDictionary Map(BusinessDictionaryModel model)
Parametry
Zwraca
Map(DictionaryModel, IEnumerable<DictionaryElementModel>, IEnumerable<DictionaryElementAttributeModel>)
Deklaracja
public Dictionary Map(DictionaryModel model, IEnumerable<DictionaryElementModel> elementModels, IEnumerable<DictionaryElementAttributeModel> attributeModels)
Parametry
Zwraca
MapListElement(DictionaryListElementModel)
Deklaracja
public DictionaryListElement MapListElement(DictionaryListElementModel model)
Parametry
Zwraca
MapListElement(IEnumerable<DictionaryListElementModel>)
Deklaracja
public List<DictionaryListElement> MapListElement(IEnumerable<DictionaryListElementModel> models)
Parametry
Zwraca
Implementuje