메소드 | 설명 | |
---|---|---|
FuddleAlbum ( ) : System | ||
addImage ( int album_id, int image_id ) : void | ||
changeAlbumCover ( int image_id, int albumId ) : void | ||
createAlbum ( string title ) : void | ||
deleteAlbum ( int album_id ) : void | ||
deleteImage ( int image_id ) : void | ||
getAlbumCover ( int album_id ) : int | ||
getAllAlbums ( System.Guid id ) : List |
||
getImages ( int album_id ) : List |
||
getTitle ( int album_id ) : string | ||
getUser ( int album_id ) : string | ||
updateTitle ( string new_album_title, int album_id ) : void |
메소드 | 설명 | |
---|---|---|
deleteCover ( int cover_id ) : void |
public static addImage ( int album_id, int image_id ) : void | ||
album_id | int | |
image_id | int | |
리턴 | void |
public static changeAlbumCover ( int image_id, int albumId ) : void | ||
image_id | int | |
albumId | int | |
리턴 | void |
public static getAllAlbums ( System.Guid id ) : List |
||
id | System.Guid | |
리턴 | List |
public static updateTitle ( string new_album_title, int album_id ) : void | ||
new_album_title | string | |
album_id | int | |
리턴 | void |