C# Class AJH.CMS.Core.Data.ProductImageDataMapper

Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Private Methods

Method Description
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