Table of Contents

Class ScreenerCreateChildConditionModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll
public class ScreenerCreateChildConditionModel
Inheritance
ScreenerCreateChildConditionModel
Inherited Members

Properties

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

RoutingOrder

The routing order of the child survey.

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

Property Value

int