Table of Contents

Class RepositoryStatusListModel

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

The repository status list model.

public class RepositoryStatusListModel
Inheritance
RepositoryStatusListModel
Inherited Members

Properties

Id

The Id for the status.

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

Property Value

int

Name

The name of the status.

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

Property Value

string