C# 클래스 Blog.Services.Helpers.Rest.PostContentsRestResource
파일 보기
프로젝트 열기: jsnmgpnty/Blogness2.0
공개 메소드들
메소드 |
설명 |
|
Add ( PostContent postContent, string authenticationToken ) : PostContent |
|
|
Delete ( int postContentId, string authenticationToken ) : bool |
|
|
Get ( int postContentId ) : PostContent |
|
|
GetByPostId ( int postId ) : List |
|
|
메소드 상세
public Add ( PostContent postContent, string authenticationToken ) : PostContent |
postContent |
Blog.Common.Contracts.PostContent |
|
authenticationToken |
string |
|
리턴 |
Blog.Common.Contracts.PostContent |
|
public Delete ( int postContentId, string authenticationToken ) : bool |
postContentId |
int |
|
authenticationToken |
string |
|
리턴 |
bool |
|
public Get ( int postContentId ) : PostContent |
postContentId |
int |
|
리턴 |
Blog.Common.Contracts.PostContent |
|
public GetByPostId ( int postId ) : List |
postId |
int |
|
리턴 |
List |
|