Table of Contents

Class UpdateSettingRequestBody

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

Properties

Class

public UpdateSettingRequestBodyClass Class { get; set; }

Property Value

UpdateSettingRequestBodyClass

ComputedIdentifier

[Required]
public Guid ComputedIdentifier { get; set; }

Property Value

Guid

DataValidationDisabled

public bool DataValidationDisabled { get; set; }

Property Value

bool

IgnoreOnFileChange

public bool? IgnoreOnFileChange { get; set; }

Property Value

bool?

RegistrationMode

public RegistrationMode RegistrationMode { get; set; }

Property Value

RegistrationMode

RowVersion

public byte[] RowVersion { get; set; }

Property Value

byte[]

StoreInSeparateFile

public bool StoreInSeparateFile { get; set; }

Property Value

bool