C# Class Blog.Services.Helpers.Rest.CommunityRestResource

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

Méthodes publiques

Méthode Description
Add ( Community community, string authenticationToken ) : Community
Delete ( int communityId, string authenticationToken ) : bool
Get ( int communityId ) : Community
GetCreatedByUser ( int userId ) : List
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, string authenticationToken ) : Community

Method Details

Add() public méthode

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

Delete() public méthode

public Delete ( int communityId, string authenticationToken ) : bool
communityId int
authenticationToken string
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

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, string authenticationToken ) : Community
community Blog.Common.Contracts.Community
authenticationToken string
Résultat Blog.Common.Contracts.Community