Class FetchAppDataResponseSetting
- Namespace
- OpenSettings.Models.Responses
- Assembly
- OpenSettings.dll
public class FetchAppDataResponseSetting
- Inheritance
-
FetchAppDataResponseSetting
- Inherited Members
Properties
ComputedIdentifier
public Guid ComputedIdentifier { get; set; }
Property Value
Data
public string Data { get; set; }
Property Value
IgnoreOnFileChange
public bool? IgnoreOnFileChange { get; set; }
Property Value
- bool?
RegistrationMode
public RegistrationMode RegistrationMode { get; set; }
Property Value
StoreInSeparateFile
public bool StoreInSeparateFile { get; set; }
Property Value
UpdatedOn
public DateTime UpdatedOn { get; set; }