WebAPI 26.2
Pokaż / Ukryj spis treści

Class DictionaryMapper

Dziedziczenie
object
DictionaryMapper
Implementuje
IDictionaryMapper
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
Typ Nazwa Opis
IDictionaryElementMapper dictionaryElementMapper

Metody

Map(DictionaryType)

Deklaracja
public BusinessDictionary Map(DictionaryType id)
Parametry
Typ Nazwa Opis
DictionaryType id
Zwraca
Typ Opis
BusinessDictionary

Map(BusinessDictionaryModel)

Deklaracja
public BusinessDictionary Map(BusinessDictionaryModel model)
Parametry
Typ Nazwa Opis
BusinessDictionaryModel model
Zwraca
Typ Opis
BusinessDictionary

Map(DictionaryModel, IEnumerable<DictionaryElementModel>, IEnumerable<DictionaryElementAttributeModel>)

Deklaracja
public Dictionary Map(DictionaryModel model, IEnumerable<DictionaryElementModel> elementModels, IEnumerable<DictionaryElementAttributeModel> attributeModels)
Parametry
Typ Nazwa Opis
DictionaryModel model
IEnumerable<DictionaryElementModel> elementModels
IEnumerable<DictionaryElementAttributeModel> attributeModels
Zwraca
Typ Opis
Dictionary

MapListElement(DictionaryListElementModel)

Deklaracja
public DictionaryListElement MapListElement(DictionaryListElementModel model)
Parametry
Typ Nazwa Opis
DictionaryListElementModel model
Zwraca
Typ Opis
DictionaryListElement

MapListElement(IEnumerable<DictionaryListElementModel>)

Deklaracja
public List<DictionaryListElement> MapListElement(IEnumerable<DictionaryListElementModel> models)
Parametry
Typ Nazwa Opis
IEnumerable<DictionaryListElementModel> models
Zwraca
Typ Opis
List<DictionaryListElement>

Implementuje

IDictionaryMapper
W artykule
Do góry Generated by DocFX