C# Class Blog.Services.Helpers.Wcf.TagsResource

Inheritance: ITagsResource
Afficher le fichier Open project: jsnmgpnty/Blogness2.0

Méthodes publiques

Méthode Description
Add ( Tag tag ) : Tag
GetByName ( string tagName ) : List
GetByPostId ( int postId ) : List
GetHeartBeat ( ) : bool

Method Details

Add() public méthode

public Add ( Tag tag ) : Tag
tag Blog.Common.Contracts.Tag
Résultat Blog.Common.Contracts.Tag

GetByName() public méthode

public GetByName ( string tagName ) : List
tagName string
Résultat List

GetByPostId() public méthode

public GetByPostId ( int postId ) : List
postId int
Résultat List

GetHeartBeat() public méthode

public GetHeartBeat ( ) : bool
Résultat bool