Method | Description | |
---|---|---|
Add ( |
||
CommunityService ( ICommunityLogic communityLogic ) : System.Collections.Generic | ||
Delete ( int communityId ) : bool | ||
Get ( int communityId ) : |
||
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 ( |
public Add ( |
||
community | ||
return |
public CommunityService ( ICommunityLogic communityLogic ) : System.Collections.Generic | ||
communityLogic | ICommunityLogic | |
return | System.Collections.Generic |
public Get ( int communityId ) : |
||
communityId | int | |
return |
public GetCreatedByUser ( int userId ) : List |
||
userId | int | |
return | List |
public GetMoreCreatedByUser ( int userId, int skip ) : List |
||
userId | int | |
skip | int | |
return | List |
public GetMoreJoinedByUser ( int userId, int skip ) : List |
||
userId | int | |
skip | int | |
return | List |
public Update ( |
||
community | ||
return |