메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | string |
public static GetPhotoBytesById ( int photoId, PhotoSize size ) : byte[] | ||
photoId | int | |
size | PhotoSize | |
리턴 | byte[] |
public static GetPhotosByAdId ( int adId ) : AdsDataComponent.PhotosDataTable | ||
adId | int | |
리턴 | 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 | |
리턴 | int |
public static RemovePhotosByAdId ( int adId ) : void | ||
adId | int | |
리턴 | void |
public static ResizeImageFile ( byte imageFile, PhotoSize size ) : byte[] | ||
imageFile | byte | |
size | PhotoSize | |
리턴 | byte[] |
public static SetAdPreviewPhoto ( int adId, int photoId ) : void | ||
adId | int | |
photoId | int | |
리턴 | void |