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

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

공개 메소드들

메소드 설명
Add ( Tag tag, string authenticationToken ) : Tag
GetByName ( string tagName ) : List
GetByPostId ( int postId ) : List

메소드 상세

Add() 공개 메소드

public Add ( Tag tag, string authenticationToken ) : Tag
tag Blog.Common.Contracts.Tag
authenticationToken string
리턴 Blog.Common.Contracts.Tag

GetByName() 공개 메소드

public GetByName ( string tagName ) : List
tagName string
리턴 List

GetByPostId() 공개 메소드

public GetByPostId ( int postId ) : List
postId int
리턴 List