Class GetSettingResponse
- Namespace
- OpenSettings.Models.Responses
- Assembly
- OpenSettings.dll
public class GetSettingResponse
- Inheritance
-
GetSettingResponse
- Inherited Members
-
Properties
AppId
public string AppId { get; set; }
Property Value
- string
CompressionLevel
public CompressionLevel CompressionLevel { get; set; }
Property Value
- CompressionLevel
CompressionType
public CompressionType CompressionType { get; set; }
Property Value
- CompressionType
ComputedIdentifier
public Guid ComputedIdentifier { get; set; }
Property Value
- Guid
CreatedById
public Guid? CreatedById { get; set; }
Property Value
- Guid?
CreatedOn
public DateTime CreatedOn { get; set; }
Property Value
- DateTime
Data
public byte[] Data { get; set; }
Property Value
- byte[]
DataRestored
public bool DataRestored { get; set; }
Property Value
- bool
DataValidationDisabled
public bool DataValidationDisabled { get; set; }
Property Value
- bool
IdentifierId
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
RowVersion
public byte[] RowVersion { get; set; }
Property Value
- byte[]
StoreInSeparateFile
public bool StoreInSeparateFile { get; set; }
Property Value
- bool
UpdatedById
public Guid? UpdatedById { get; set; }
Property Value
- Guid?
UpdatedOn
public DateTime? UpdatedOn { get; set; }
Property Value
- DateTime?
Version
public string Version { get; set; }
Property Value
- string