Class RestoreSettingHistoryInput
- Namespace
- OpenSettings.Models.Inputs
- Assembly
- OpenSettings.dll
public class RestoreSettingHistoryInput
- Inheritance
-
RestoreSettingHistoryInput
- Inherited Members
Properties
HistoryId
public string HistoryId { 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?