C# Класс Tp.BugTracking.Mappers.MappingExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
FilterOutDuplicateThirdPartyItemsBy ( this thirdPartyItems, IEnumerable itemsToFilterOut ) : IEnumerable
FilterOutEmptyItems ( this mappingContainer ) : IEnumerable
FilterOutObsoleteItemsBy ( this mappingContainer, IEnumerable thirdPartyItems ) : IEnumerable
ToMappingElements ( this items, MappingSourceEntry mappingSource ) : IEnumerable

Описание методов

FilterOutDuplicateThirdPartyItemsBy() публичный статический Метод

public static FilterOutDuplicateThirdPartyItemsBy ( this thirdPartyItems, IEnumerable itemsToFilterOut ) : IEnumerable
thirdPartyItems this
itemsToFilterOut IEnumerable
Результат IEnumerable

FilterOutEmptyItems() публичный статический Метод

public static FilterOutEmptyItems ( this mappingContainer ) : IEnumerable
mappingContainer this
Результат IEnumerable

FilterOutObsoleteItemsBy() публичный статический Метод

public static FilterOutObsoleteItemsBy ( this mappingContainer, IEnumerable thirdPartyItems ) : IEnumerable
mappingContainer this
thirdPartyItems IEnumerable
Результат IEnumerable

ToMappingElements() публичный статический Метод

public static ToMappingElements ( this items, MappingSourceEntry mappingSource ) : IEnumerable
items this
mappingSource Tp.BugTracking.Commands.Dtos.MappingSourceEntry
Результат IEnumerable