Метод | Описание | |
---|---|---|
Add ( |
||
AddOtherLanguage ( |
||
Delete ( int id ) : void | ||
DeleteLogical ( int id ) : void | ||
GetProduct ( int id, int portalID, int languageID ) : |
||
GetProducts ( int portalID, int languageID ) : List |
||
GetProductsByCatalogID ( int catalogId, int portalID, int languageID ) : List |
||
SearchProducts ( int catalogId, string productName, int portalID, int languageID ) : List |
||
Update ( |
public static Add ( |
||
product | ||
Результат | int |
public static AddOtherLanguage ( |
||
product | ||
Результат | void |
public static DeleteLogical ( int id ) : void | ||
id | int | |
Результат | void |
public static GetProduct ( int id, int portalID, int languageID ) : |
||
id | int | |
portalID | int | |
languageID | int | |
Результат |
public static GetProducts ( int portalID, int languageID ) : List |
||
portalID | int | |
languageID | int | |
Результат | List |
public static GetProductsByCatalogID ( int catalogId, int portalID, int languageID ) : List |
||
catalogId | int | |
portalID | int | |
languageID | int | |
Результат | List |
public static SearchProducts ( int catalogId, string productName, int portalID, int languageID ) : List |
||
catalogId | int | |
productName | string | |
portalID | int | |
languageID | int | |
Результат | List |
public static Update ( |
||
product | ||
Результат | void |