Skip to content

voicenotesai.models.appsetting

github-actions[bot] edited this page Mar 4, 2026 · 2 revisions

< Back


AppSetting

Namespace: VoiceNotesAI.Models

public class AppSetting

Inheritance ObjectAppSetting
Attributes NullableContextAttribute, NullableAttribute

Properties

Key

public string Key { get; set; }

Property Value

String

Value

public string Value { get; set; }

Property Value

String

Constructors

AppSetting()

public AppSetting()

Methods

Validate()

public void Validate()

Update(String)

public void Update(string value)

Parameters

value String

Create(String, String)

public static AppSetting Create(string key, string value)

Parameters

key String

value String

Returns

AppSetting


< Back

Clone this wiki locally