Table of Contents

Class SurveySetScriptModel

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

Model containing the odin script

public class SurveySetScriptModel
Inheritance
SurveySetScriptModel
Inherited Members

Properties

FileName

The file name for script file

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

Property Value

string

Script

Sets the odin script.

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

Property Value

string

UnfixedIsOk

Indication the script can contain unfixed positions.

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

Property Value

bool