Class SettingsViewModel
- Namespace
- JJMasterData.Web.Areas.DataDictionary.Models
- Assembly
- JJMasterData.Web.dll
public sealed class SettingsViewModel
- Inheritance
-
SettingsViewModel
- Inherited Members
-
Properties
CommonsOptions
public required MasterDataCommonsOptions CommonsOptions { get; init; }
Property Value
- MasterDataCommonsOptions
ConnectionString
public required ConnectionStringModel ConnectionString { get; init; }
Property Value
- ConnectionStringModel
CoreOptions
public required MasterDataCoreOptions CoreOptions { get; init; }
Property Value
- MasterDataCoreOptions
FilePath
public string? FilePath { get; init; }
Property Value
- string
Options
public MasterDataCommonsOptions? Options { get; init; }
Property Value
- MasterDataCommonsOptions
PathExists
public bool PathExists { get; }
Property Value
- bool
ValidationSummary
public JJValidationSummary? ValidationSummary { get; set; }
Property Value
- JJValidationSummary
WebOptions
public required MasterDataWebOptions WebOptions { get; init; }
Property Value
- MasterDataWebOptions