Table of Contents

Class RepositoryActivityLogModel

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

The repository activity log model.

public class RepositoryActivityLogModel
Inheritance
RepositoryActivityLogModel
Inherited Members

Properties

Activity

The activity name

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

Property Value

string

NfieldSurveyId

The Nfield survey id

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

Property Value

string

SurveyName

The survey name

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

Property Value

string

Timestamp

The timestamp of the activity

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

Property Value

DateTimeOffset

Username

The username

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

Property Value

string