Table of Contents

Class OfficesModelBase

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll
public abstract class OfficesModelBase
Inheritance
OfficesModelBase
Derived
Inherited Members

Properties

Description

Description of the fieldwork office

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

Property Value

string

Name

Name of the fieldwork office

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

Property Value

string