コード例 #1
0
ファイル: MixedSets.cs プロジェクト: NingMoe/gcchallenge
 public MixedSets(QuestionSets parent) : base("Isnull(QuestionTypeId, -1)=-1", "Mixed", parent)
 {
 }
コード例 #2
0
 public VerbalSets(QuestionSets parent)
     : base("QuestionTypeId=" + (int)QuestionType.Type.Verbal, "Verbal", parent)
 {
 }
コード例 #3
0
 public QuantitativeSets(QuestionSets parent)
     : base("QuestionTypeId=" + (int)QuestionType.Type.Quantitative, "Quantitative", parent)
 {
 }