Method | Description | |
---|---|---|
GetFilePath ( int photoId, bool forUrl, PhotoSize size ) : string | ||
GetPhotoBytesById ( int photoId, PhotoSize size ) : byte[] | ||
GetPhotosByAdId ( int adId ) : AdsDataComponent.PhotosDataTable | ||
InsertPhoto ( int adId, byte bytesFull, byte bytesMedium, byte bytesSmall, bool useAsPreview ) : int | ||
RemovePhotoById ( int id ) : bool | ||
RemovePhotosByAdId ( int adId ) : void | ||
RemovePhotosOfDeletedAds ( ) : void | ||
ResizeImageFile ( byte imageFile, PhotoSize size ) : byte[] | ||
SetAdPreviewPhoto ( int adId, int photoId ) : void |
Method | Description | |
---|---|---|
DeleteFile ( string filename ) : void | ||
DeleteLocalPhotoFiles ( int photoId ) : bool | ||
PhotosDB ( ) : System | ||
RemovePhotoFilesInTable ( AdsDataComponent photosToDelete ) : void | ||
WriteToFile ( string filename, byte bytes ) : void |
public static GetFilePath ( int photoId, bool forUrl, PhotoSize size ) : string | ||
photoId | int | |
forUrl | bool | |
size | PhotoSize | |
return | string |
public static GetPhotoBytesById ( int photoId, PhotoSize size ) : byte[] | ||
photoId | int | |
size | PhotoSize | |
return | byte[] |
public static GetPhotosByAdId ( int adId ) : AdsDataComponent.PhotosDataTable | ||
adId | int | |
return | AdsDataComponent.PhotosDataTable |
public static InsertPhoto ( int adId, byte bytesFull, byte bytesMedium, byte bytesSmall, bool useAsPreview ) : int | ||
adId | int | |
bytesFull | byte | |
bytesMedium | byte | |
bytesSmall | byte | |
useAsPreview | bool | |
return | int |
public static RemovePhotoById ( int id ) : bool | ||
id | int | |
return | bool |
public static RemovePhotosByAdId ( int adId ) : void | ||
adId | int | |
return | void |
public static RemovePhotosOfDeletedAds ( ) : void | ||
return | void |
public static ResizeImageFile ( byte imageFile, PhotoSize size ) : byte[] | ||
imageFile | byte | |
size | PhotoSize | |
return | byte[] |
public static SetAdPreviewPhoto ( int adId, int photoId ) : void | ||
adId | int | |
photoId | int | |
return | void |