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

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

Private Methods

Method Description
Add ( IEntity entity ) : int
AddOtherLanguage ( IEntity entity ) : void
AddProductFeature ( int featureId, int productId, int productFeatureValue ) : void
Delete ( int id ) : void
DeleteLogical ( int id ) : void
DeleteProductFeature ( int featureId, int productId ) : void
FillFromReader ( Feature Feature, System.Data.SqlClient.SqlDataReader reader ) : void
FillFromReaderForProductFeature ( Feature Feature, System.Data.SqlClient.SqlDataReader reader ) : void
GetFeature ( List Features, System.Data.SqlClient.SqlDataReader reader ) : Feature
GetFeature ( int id, int languageID ) : Feature
GetFeatures ( int languageID ) : List
GetFeaturesByProductId ( int productID, int languageID ) : List
Update ( IEntity entity ) : void