Table of Contents

Class GetSettingByIdInput

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

Constructors

GetSettingByIdInput(string, string)

public GetSettingByIdInput(string settingId, string excludes)

Parameters

settingId string
excludes string

Properties

Excludes

public HashSet<string> Excludes { get; }

Property Value

HashSet<string>

SettingId

public string SettingId { get; }

Property Value

string