C# 클래스 Blog.Services.Helpers.Wcf.TagsResource

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

공개 메소드들

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

메소드 상세

Add() 공개 메소드

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

GetByName() 공개 메소드

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

GetByPostId() 공개 메소드

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

GetHeartBeat() 공개 메소드

public GetHeartBeat ( ) : bool
리턴 bool