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

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

공개 메소드들

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

메소드 상세

DownVotes() 공개 정적인 메소드

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

Questions() 공개 정적인 메소드

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

UpVotes() 공개 정적인 메소드

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