Table of Contents

Class GetAppSettingHistoriesInput

Namespace
OpenSettings.Models.Inputs
Assembly
OpenSettings.dll
public class GetAppSettingHistoriesInput
Inheritance
GetAppSettingHistoriesInput
Inherited Members

Constructors

GetAppSettingHistoriesInput(Guid, string)

public GetAppSettingHistoriesInput(Guid appSettingId, string excludes)

Parameters

appSettingId Guid
excludes string

Properties

AppSettingId

public Guid AppSettingId { get; }

Property Value

Guid

Excludes

public HashSet<string> Excludes { get; }

Property Value

HashSet<string>