Table of Contents

Class PatchAppConfigurationInputBody

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

Constructors

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

public PatchAppConfigurationInputBody(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>