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

Afficher le fichier Open project: ajhCMS/AJH.CMS.WEB.UI

Méthodes publiques

Méthode Description
Add ( Feature feature ) : int
AddOtherLanguage ( Feature feature ) : void
AddProductFeature ( int featureId, int productId, int productFeatureValue ) : void
Delete ( int id ) : void
DeleteLogical ( int id ) : void
DeleteProductFeature ( int featureId, int productId ) : void
GetFeature ( int id, int languageID ) : Feature
GetFeatures ( int languageID ) : List
GetFeaturesByProductId ( int productID, int languageID ) : List
Update ( Feature feature ) : void

Method Details

Add() public static méthode

public static Add ( Feature feature ) : int
feature AJH.CMS.Core.Entities.Feature
Résultat int

AddOtherLanguage() public static méthode

public static AddOtherLanguage ( Feature feature ) : void
feature AJH.CMS.Core.Entities.Feature
Résultat void

AddProductFeature() public static méthode

public static AddProductFeature ( int featureId, int productId, int productFeatureValue ) : void
featureId int
productId int
productFeatureValue int
Résultat void

Delete() public static méthode

public static Delete ( int id ) : void
id int
Résultat void

DeleteLogical() public static méthode

public static DeleteLogical ( int id ) : void
id int
Résultat void

DeleteProductFeature() public static méthode

public static DeleteProductFeature ( int featureId, int productId ) : void
featureId int
productId int
Résultat void

GetFeature() public static méthode

public static GetFeature ( int id, int languageID ) : Feature
id int
languageID int
Résultat AJH.CMS.Core.Entities.Feature

GetFeatures() public static méthode

public static GetFeatures ( int languageID ) : List
languageID int
Résultat List

GetFeaturesByProductId() public static méthode

public static GetFeaturesByProductId ( int productID, int languageID ) : List
productID int
languageID int
Résultat List

Update() public static méthode

public static Update ( Feature feature ) : void
feature AJH.CMS.Core.Entities.Feature
Résultat void