Table of Contents

Class SurveyGetScriptModel

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

Model containing the odin script

public class SurveyGetScriptModel
Inheritance
SurveyGetScriptModel
Inherited Members

Properties

FileName

The file name for script file

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

Property Value

string

Script

Gets the odin script.

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

Property Value

string

WarningMessages

Warning messages that resulted from the parse

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

Property Value

ICollection<string>