Table of Contents

Class PatchConfigurationInputBody

Namespace
OpenSettings.Models.Inputs
Assembly
OpenSettings.dll
public class PatchConfigurationInputBody
Inheritance
PatchConfigurationInputBody
Inherited Members

Constructors

PatchConfigurationInputBody(byte[], Dictionary<string, object>)

public PatchConfigurationInputBody(byte[] rowVersion, Dictionary<string, object> updatedFieldNameToValue)

Parameters

rowVersion byte[]
updatedFieldNameToValue Dictionary<string, object>

Properties

RowVersion

public byte[] RowVersion { get; }

Property Value

byte[]

UpdatedFieldNameToValue

public Dictionary<string, object> UpdatedFieldNameToValue { get; }

Property Value

Dictionary<string, object>