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