Метод | Описание | |
---|---|---|
Add ( |
||
AddCombinationAttribute ( int combinationId, int attributeId ) : void | ||
AddCombinationImage ( int combinationId, int imageId ) : void | ||
AddOtherLanguage ( |
||
Delete ( int id ) : void | ||
DeleteCombinationAttribute ( int combinationId, int attributeId ) : void | ||
DeleteCombinationImage ( int combinationId, int imageId ) : void | ||
DeleteLogical ( int id ) : void | ||
GetCombinationProduct ( int id, int languageID ) : |
||
GetCombinationProducts ( int languageID ) : List |
||
GetCombinationProductsByProductId ( int productID, int languageID ) : List |
||
Update ( |
public static Add ( |
||
combinationProduct | ||
Результат | int |
public static AddCombinationAttribute ( int combinationId, int attributeId ) : void | ||
combinationId | int | |
attributeId | int | |
Результат | void |
public static AddCombinationImage ( int combinationId, int imageId ) : void | ||
combinationId | int | |
imageId | int | |
Результат | void |
public static AddOtherLanguage ( |
||
combinationProduct | ||
Результат | void |
public static DeleteCombinationAttribute ( int combinationId, int attributeId ) : void | ||
combinationId | int | |
attributeId | int | |
Результат | void |
public static DeleteCombinationImage ( int combinationId, int imageId ) : void | ||
combinationId | int | |
imageId | int | |
Результат | void |
public static DeleteLogical ( int id ) : void | ||
id | int | |
Результат | void |
public static GetCombinationProduct ( int id, int languageID ) : |
||
id | int | |
languageID | int | |
Результат |
public static GetCombinationProducts ( int languageID ) : List |
||
languageID | int | |
Результат | List |
public static GetCombinationProductsByProductId ( int productID, int languageID ) : List |
||
productID | int | |
languageID | int | |
Результат | List |
public static Update ( |
||
combinationProduct | ||
Результат | void |