Table of Contents

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

Guid

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?