Table of Contents

Class InvitationMonitorSurveyStatus

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

Represent an overview of the status of all the invitation batches for a survey

public class InvitationMonitorSurveyStatus : InvitationMonitorStatusBase
Inheritance
InvitationMonitorSurveyStatus
Inherited Members

Properties

InvitationsBlocked

True if invitations are blocked

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

Property Value

bool

LastActivity

Survey's batches latest activity (most recent ScheduledFor value for the batches)

[JsonProperty("LastActivity", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset? LastActivity { get; set; }

Property Value

DateTimeOffset?

SurveyName

Name of the survey

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

Property Value

string