WebAPI 26.2
Pokaż / Ukryj spis treści

Interface IDictionaryElementMapper

Namespace: Sage.PL.WebAPI.Module.Dictionaries.Interfaces.Mappers
Assembly: Sage.PL.WebAPI.Module.Dictionaries.dll
Składnia
public interface IDictionaryElementMapper

Metody

Map(DictionaryElement)

Deklaracja
DictionaryElementModel Map(DictionaryElement element)
Parametry
Typ Nazwa Opis
DictionaryElement element
Zwraca
Typ Opis
DictionaryElementModel

Map(BusinessDictionaryElementModel)

Deklaracja
BusinessDictionaryElement Map(BusinessDictionaryElementModel model)
Parametry
Typ Nazwa Opis
BusinessDictionaryElementModel model
Zwraca
Typ Opis
BusinessDictionaryElement

Map(DictionaryElementModel, IEnumerable<DictionaryElementAttributeModel>)

Deklaracja
DictionaryElement Map(DictionaryElementModel model, IEnumerable<DictionaryElementAttributeModel> attributeModels)
Parametry
Typ Nazwa Opis
DictionaryElementModel model
IEnumerable<DictionaryElementAttributeModel> attributeModels
Zwraca
Typ Opis
DictionaryElement

Map(IEnumerable<BusinessDictionaryElementModel>)

Deklaracja
List<BusinessDictionaryElement> Map(IEnumerable<BusinessDictionaryElementModel> models)
Parametry
Typ Nazwa Opis
IEnumerable<BusinessDictionaryElementModel> models
Zwraca
Typ Opis
List<BusinessDictionaryElement>

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

Deklaracja
List<DictionaryElement> Map(IEnumerable<DictionaryElementModel> models, IEnumerable<DictionaryElementAttributeModel> attributeModels)
Parametry
Typ Nazwa Opis
IEnumerable<DictionaryElementModel> models
IEnumerable<DictionaryElementAttributeModel> attributeModels
Zwraca
Typ Opis
List<DictionaryElement>
W artykule
Do góry Generated by DocFX