Table of Contents

Class SamplingPointCustomDataModel

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

The model representing each SamplingPoint custom column

public class SamplingPointCustomDataModel
Inheritance
SamplingPointCustomDataModel
Inherited Members

Properties

Name

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

Property Value

string

Value

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

Property Value

string