C# 클래스 RedisStackOverflow.ServiceInterface.Repository.UserAnswerIndex

파일 보기 프로젝트 열기: ServiceStack/ServiceStack.Examples

공개 메소드들

메소드 설명
Answers ( long userId ) : string
DownVotes ( long userId ) : string
UpVotes ( long userId ) : string

메소드 상세

Answers() 공개 정적인 메소드

public static Answers ( long userId ) : string
userId long
리턴 string

DownVotes() 공개 정적인 메소드

public static DownVotes ( long userId ) : string
userId long
리턴 string

UpVotes() 공개 정적인 메소드

public static UpVotes ( long userId ) : string
userId long
리턴 string