C# 클래스 Blog.Services.Helpers.Rest.AlbumRestResource

상속: IAlbumRestResource
파일 보기 프로젝트 열기: jsnmgpnty/Blogness2.0

공개 메소드들

메소드 설명
Add ( Album album, string authenticationToken ) : Album
Delete ( int albumId, string authenticationToken ) : bool
Get ( int id ) : Album
GetByUser ( int userId ) : List
GetUserDefaultGroup ( int userId, string authenticationToken ) : Album
Update ( Album album, string authenticationToken ) : Album

메소드 상세

Add() 공개 메소드

public Add ( Album album, string authenticationToken ) : Album
album Blog.Common.Contracts.Album
authenticationToken string
리턴 Blog.Common.Contracts.Album

Delete() 공개 메소드

public Delete ( int albumId, string authenticationToken ) : bool
albumId int
authenticationToken string
리턴 bool

Get() 공개 메소드

public Get ( int id ) : Album
id int
리턴 Blog.Common.Contracts.Album

GetByUser() 공개 메소드

public GetByUser ( int userId ) : List
userId int
리턴 List

GetUserDefaultGroup() 공개 메소드

public GetUserDefaultGroup ( int userId, string authenticationToken ) : Album
userId int
authenticationToken string
리턴 Blog.Common.Contracts.Album

Update() 공개 메소드

public Update ( Album album, string authenticationToken ) : Album
album Blog.Common.Contracts.Album
authenticationToken string
리턴 Blog.Common.Contracts.Album