Table of Contents

Class ScreenerChildConditionModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll
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

string

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

string

ConditionId

The unique identifier of the condition.

[JsonProperty("ConditionId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int ConditionId { get; set; }

Property Value

int

RoutingOrder

The routing order of the child survey.

[JsonProperty("RoutingOrder", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int RoutingOrder { get; set; }

Property Value

int