C# Класс Blog.Services.Implementation.CommunityService

Наследование: BaseService, ICommunityService
Показать файл Открыть проект

Открытые методы

Метод Описание
Add ( Community community ) : Community
CommunityService ( ICommunityLogic communityLogic ) : System.Collections.Generic
Delete ( int communityId ) : 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 ) : Community

Описание методов

Add() публичный метод

public Add ( Community community ) : Community
community Blog.Common.Contracts.Community
Результат Blog.Common.Contracts.Community

CommunityService() публичный метод

public CommunityService ( ICommunityLogic communityLogic ) : System.Collections.Generic
communityLogic ICommunityLogic
Результат System.Collections.Generic

Delete() публичный метод

public Delete ( int communityId ) : bool
communityId int
Результат bool

Get() публичный метод

public Get ( int communityId ) : Community
communityId int
Результат Blog.Common.Contracts.Community

GetCreatedByUser() публичный метод

public GetCreatedByUser ( int userId ) : List
userId int
Результат List

GetJoinedByUser() публичный метод

public GetJoinedByUser ( int userId ) : List
userId int
Результат List

GetList() публичный метод

public GetList ( ) : List
Результат List

GetMore() публичный метод

public GetMore ( int skip ) : List
skip int
Результат List

GetMoreCreatedByUser() публичный метод

public GetMoreCreatedByUser ( int userId, int skip ) : List
userId int
skip int
Результат List

GetMoreJoinedByUser() публичный метод

public GetMoreJoinedByUser ( int userId, int skip ) : List
userId int
skip int
Результат List

Update() публичный метод

public Update ( Community community ) : Community
community Blog.Common.Contracts.Community
Результат Blog.Common.Contracts.Community