C# Класс AJH.CMS.Core.Data.ProductImageDataMapper

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

Приватные методы

Метод Описание
Add ( ProductImage entity ) : int
AddOtherLanguage ( ProductImage entity ) : void
Delete ( int id, int languageID ) : void
DeleteLogical ( int id ) : void
FillFromReader ( ProductImage ProductImage, System.Data.SqlClient.SqlDataReader reader ) : void
GetProductImage ( List ProductImages, System.Data.SqlClient.SqlDataReader reader ) : ProductImage
GetProductImage ( int id, int languageID ) : ProductImage
GetProductImages ( int languageID ) : List
GetProductImagesByCombinationID ( int combinationID, int languageID ) : List
GetProductImagesByProductID ( int productID, int languageID ) : List
Update ( ProductImage entity ) : void