Class ScreenerChildConditionModel
public class ScreenerChildConditionModel
- Inheritance
-
ScreenerChildConditionModel
- Inherited Members
Properties
ChildSurveyId
The unique identifier of the child survey.
[JsonProperty("ChildSurveyId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ChildSurveyId { get; set; }
Property Value
Condition
The entry condition that allows a respondent to participate in a child survey.
[JsonProperty("Condition", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Condition { get; set; }
Property Value
ConditionId
The unique identifier of the condition.
[JsonProperty("ConditionId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int ConditionId { get; set; }
Property Value
RoutingOrder
The routing order of the child survey.
[JsonProperty("RoutingOrder", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int RoutingOrder { get; set; }