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
Class
public CreateSettingRequestBodyClass Class { get; set; }
Property Value
ComputedIdentifier
[Required(AllowEmptyStrings = false)]
public Guid ComputedIdentifier { get; set; }
Property Value
Data
public string Data { get; set; }
Property Value
IdentifierId
[Required(AllowEmptyStrings = false)]
public string IdentifierId { get; set; }
Property Value
IgnoreOnFileChange
public bool IgnoreOnFileChange { get; set; }
Property Value
RegistrationMode
public RegistrationMode RegistrationMode { get; set; }
Property Value
StoreInSeparateFile
public bool StoreInSeparateFile { get; set; }