Class UpdateSettingInput
- Namespace
- OpenSettings.Models.Inputs
- Assembly
- OpenSettings.dll
public class UpdateSettingInput
- Inheritance
-
UpdateSettingInput
- Inherited Members
Properties
ClassFullName
public string ClassFullName { get; set; }
Property Value
ClassName
public string ClassName { get; set; }
Property Value
ClassNamespace
public string ClassNamespace { get; set; }
Property Value
ClassRowVersion
public byte[] ClassRowVersion { get; set; }
Property Value
- byte[]
ComputedIdentifier
public Guid ComputedIdentifier { get; set; }
Property Value
DataValidationDisabled
public bool DataValidationDisabled { get; set; }
Property Value
IgnoreOnFileChange
public bool? IgnoreOnFileChange { get; set; }
Property Value
- bool?
RegistrationMode
public RegistrationMode RegistrationMode { get; set; }
Property Value
SettingId
public string SettingId { get; set; }
Property Value
SettingRowVersion
public byte[] SettingRowVersion { get; set; }
Property Value
- byte[]
StoreInSeparateFile
public bool StoreInSeparateFile { get; set; }
Property Value
UpdatedById
public Guid? UpdatedById { get; set; }
Property Value
- Guid?