C# 클래스 RavenOverflow.FakeData.FakeQuestions

파일 보기 프로젝트 열기: PureKrome/RavenOverflow

공개 메소드들

메소드 설명
CreateAFakeQuestion ( string userId, IList answerUserIds ) : RavenOverflow.Core.Entities.Question
CreateFakeQuestions ( IList userIds = null, int numberOfFakeQuestions = 50 ) : ICollection

비공개 메소드들

메소드 설명
CreateAFakeAnswer ( System.DateTime questionCreatedOn, string userId ) : Answer
CreateAFakeComment ( System.DateTime questionCreatedOn ) : RavenOverflow.Core.Entities.Comment
CreateAFakeVote ( ) : RavenOverflow.Core.Entities.Vote
CreateFixedFakeQuestions ( IList userIds ) : IList

메소드 상세

CreateAFakeQuestion() 공개 정적인 메소드

public static CreateAFakeQuestion ( string userId, IList answerUserIds ) : RavenOverflow.Core.Entities.Question
userId string
answerUserIds IList
리턴 RavenOverflow.Core.Entities.Question

CreateFakeQuestions() 공개 정적인 메소드

public static CreateFakeQuestions ( IList userIds = null, int numberOfFakeQuestions = 50 ) : ICollection
userIds IList
numberOfFakeQuestions int
리턴 ICollection