Table of Contents

Class CreateSettingRequestBody

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

Properties

AppId

[Required(AllowEmptyStrings = false)]
public string AppId { get; set; }

Property Value

string

Class

public CreateSettingRequestBodyClass Class { get; set; }

Property Value

CreateSettingRequestBodyClass

ComputedIdentifier

[Required(AllowEmptyStrings = false)]
public Guid ComputedIdentifier { get; set; }

Property Value

Guid

Data

public string Data { get; set; }

Property Value

string

IdentifierId

[Required(AllowEmptyStrings = false)]
public string IdentifierId { get; set; }

Property Value

string

IgnoreOnFileChange

public bool IgnoreOnFileChange { get; set; }

Property Value

bool

RegistrationMode

public RegistrationMode RegistrationMode { get; set; }

Property Value

RegistrationMode

StoreInSeparateFile

public bool StoreInSeparateFile { get; set; }

Property Value

bool