Метод | Описание | |
---|---|---|
Add ( |
||
Delete ( int ID ) : void | ||
DeleteLogical ( int ID ) : void | ||
GetGallery ( int ID ) : |
||
GetGalleryByParentObjIdAndLanguageId ( int parentObjID, int languageID ) : |
||
GetGallerys ( ) : List |
||
GetGallerys ( int CategoryID, System.Enums GalleryType ) : List |
||
GetGallerys ( int PortalID, int LanguageID, System.Enums GalleryType ) : List |
||
GetGallerysPublishXML ( int CategoryID, System.Enums GalleryType, int PageNumber, int PageSize, int &TotalCount ) : string | ||
GetParentObjGallerysByCategoryID ( int CategoryID, System.Enums GalleryType ) : List |
||
Update ( |
public static Add ( |
||
gallery | ||
Результат | int |
public static DeleteLogical ( int ID ) : void | ||
ID | int | |
Результат | void |
public static GetGallery ( int ID ) : |
||
ID | int | |
Результат |
public static GetGalleryByParentObjIdAndLanguageId ( int parentObjID, int languageID ) : |
||
parentObjID | int | |
languageID | int | |
Результат |
public static GetGallerys ( int CategoryID, System.Enums GalleryType ) : List |
||
CategoryID | int | |
GalleryType | System.Enums | |
Результат | List |
public static GetGallerys ( int PortalID, int LanguageID, System.Enums GalleryType ) : List |
||
PortalID | int | |
LanguageID | int | |
GalleryType | System.Enums | |
Результат | List |
public static GetGallerysPublishXML ( int CategoryID, System.Enums GalleryType, int PageNumber, int PageSize, int &TotalCount ) : string | ||
CategoryID | int | |
GalleryType | System.Enums | |
PageNumber | int | |
PageSize | int | |
TotalCount | int | |
Результат | string |
public static GetParentObjGallerysByCategoryID ( int CategoryID, System.Enums GalleryType ) : List |
||
CategoryID | int | |
GalleryType | System.Enums | |
Результат | List |
public static Update ( |
||
gallery | ||
Результат | void |