-
Notifications
You must be signed in to change notification settings - Fork 0
voicenotesai.models.appsetting
github-actions[bot] edited this page Mar 4, 2026
·
2 revisions
Namespace: VoiceNotesAI.Models
public class AppSettingInheritance Object → AppSetting
Attributes NullableContextAttribute, NullableAttribute
public string Key { get; set; }public string Value { get; set; }public AppSetting()public void Validate()public void Update(string value)value String
public static AppSetting Create(string key, string value)key String
value String