Table of Contents

Class SamplingPointInterviewerAssignmentsModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

Model for multiple sampling points to multiple interviewers assignments

public class SamplingPointInterviewerAssignmentsModel
Inheritance
SamplingPointInterviewerAssignmentsModel
Inherited Members

Properties

InterviewerIds

The id's of the interviewers to assign to the sampling points

[JsonProperty("InterviewerIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> InterviewerIds { get; set; }

Property Value

ICollection<string>

SamplingPointIds

The id's of the sampling points having the interviewers assigned

[JsonProperty("SamplingPointIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> SamplingPointIds { get; set; }

Property Value

ICollection<string>