Class RestoreAppSettingHistoryInput
- Namespace
- OpenSettings.Models.Inputs
- Assembly
- OpenSettings.dll
public class RestoreAppSettingHistoryInput
- Inheritance
-
RestoreAppSettingHistoryInput
- Inherited Members
Properties
AppSettingHistoryId
public Guid AppSettingHistoryId { get; set; }
Property Value
HistoryRowVersion
public byte[] HistoryRowVersion { get; set; }
Property Value
- byte[]
SettingRowVersion
public byte[] SettingRowVersion { get; set; }
Property Value
- byte[]
UserId
public Guid? UserId { get; set; }
Property Value
- Guid?