Table of Contents

Class PatchConfigurationRequestBody

Namespace
OpenSettings.AspNetCore.Models.Requests
Assembly
OpenSettings.AspNetCore.dll
public class PatchConfigurationRequestBody
Inheritance
PatchConfigurationRequestBody
Inherited Members

Properties

RowVersion

public byte[] RowVersion { get; set; }

Property Value

byte[]

UpdatedFieldNameToValue

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

Property Value

Dictionary<string, object>