C# 클래스 ABsoluteMaybe.Domain.Experiment

파일 보기 프로젝트 열기: troygoode/ABsoluteMaybe 1 사용 예제들

공개 메소드들

메소드 설명
Experiment ( string name, string conversionKeyword, string alwaysUseOption, System.DateTime dateStarted, System.DateTime dateEnded, IEnumerable participants, IEnumerable allPossibleOptionValues ) : System

메소드 상세

Experiment() 공개 메소드

public Experiment ( string name, string conversionKeyword, string alwaysUseOption, System.DateTime dateStarted, System.DateTime dateEnded, IEnumerable participants, IEnumerable allPossibleOptionValues ) : System
name string
conversionKeyword string
alwaysUseOption string
dateStarted System.DateTime
dateEnded System.DateTime
participants IEnumerable
allPossibleOptionValues IEnumerable
리턴 System