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

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

Méthodes publiques

Méthode Description
Add ( Community community ) : Community
Delete ( int communityId ) : bool
Get ( int communityId ) : Community
GetCreatedByUser ( int userId ) : List
GetHeartBeat ( ) : bool
GetJoinedByUser ( int userId ) : List
GetList ( ) : List
GetMore ( int skip ) : List
GetMoreCreatedByUser ( int userId, int skip ) : List
GetMoreJoinedByUser ( int userId, int skip ) : List
Update ( Community community ) : Community

Method Details

Add() public méthode

public Add ( Community community ) : Community
community Blog.Common.Contracts.Community
Résultat Blog.Common.Contracts.Community

Delete() public méthode

public Delete ( int communityId ) : bool
communityId int
Résultat bool

Get() public méthode

public Get ( int communityId ) : Community
communityId int
Résultat Blog.Common.Contracts.Community

GetCreatedByUser() public méthode

public GetCreatedByUser ( int userId ) : List
userId int
Résultat List

GetHeartBeat() public méthode

public GetHeartBeat ( ) : bool
Résultat bool

GetJoinedByUser() public méthode

public GetJoinedByUser ( int userId ) : List
userId int
Résultat List

GetList() public méthode

public GetList ( ) : List
Résultat List

GetMore() public méthode

public GetMore ( int skip ) : List
skip int
Résultat List

GetMoreCreatedByUser() public méthode

public GetMoreCreatedByUser ( int userId, int skip ) : List
userId int
skip int
Résultat List

GetMoreJoinedByUser() public méthode

public GetMoreJoinedByUser ( int userId, int skip ) : List
userId int
skip int
Résultat List

Update() public méthode

public Update ( Community community ) : Community
community Blog.Common.Contracts.Community
Résultat Blog.Common.Contracts.Community