Class SamplingPointInterviewerAssignmentsModel
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
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; }