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

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

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( Community community ) : Community
community Blog.Common.Contracts.Community
리턴 Blog.Common.Contracts.Community

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

GetHeartBeat() 공개 메소드

public GetHeartBeat ( ) : bool
리턴 bool

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