Method | Description | |
---|---|---|
Add ( |
||
AddOtherLanguage ( |
||
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 ) : |
||
GetFeatures ( int languageID ) : List |
||
GetFeaturesByProductId ( int productID, int languageID ) : List |
||
Update ( |
public static Add ( |
||
feature | ||
return | int |
public static AddOtherLanguage ( |
||
feature | ||
return | void |
public static AddProductFeature ( int featureId, int productId, int productFeatureValue ) : void | ||
featureId | int | |
productId | int | |
productFeatureValue | int | |
return | void |
public static DeleteLogical ( int id ) : void | ||
id | int | |
return | void |
public static DeleteProductFeature ( int featureId, int productId ) : void | ||
featureId | int | |
productId | int | |
return | void |
public static GetFeature ( int id, int languageID ) : |
||
id | int | |
languageID | int | |
return |
public static GetFeatures ( int languageID ) : List |
||
languageID | int | |
return | List |
public static GetFeaturesByProductId ( int productID, int languageID ) : List |
||
productID | int | |
languageID | int | |
return | List |
public static Update ( |
||
feature | ||
return | void |