Class MasterDataCoreOptions
- Namespace
- JJMasterData.Core.Configuration.Options
- Assembly
- JJMasterData.Core.dll
public sealed class MasterDataCoreOptions
- Inheritance
-
MasterDataCoreOptions
- Inherited Members
Properties
AuditLogTableName
Default value: tb_masterdata_auditlog
[Display(Name = "Audit Log Table Name")]
public string AuditLogTableName { get; set; }
Property Value
DataDictionaryTableName
Default value: tb_masterdata
[Display(Name = "Data Dictionary Table Name")]
public string DataDictionaryTableName { get; set; }
Property Value
EnableCultureProviderAtUrl
public bool EnableCultureProviderAtUrl { get; set; }
Property Value
EnableDataDictionaryCaching
[Display(Name = "Enable Data Dictionary Caching")]
public bool EnableDataDictionaryCaching { get; set; }
Property Value
ExportationFolderPath
Default value: {ApplicationPath}/JJExportationFiles
[Display(Name = "Exportation Folder Path")]
public string ExportationFolderPath { get; set; }
Property Value
ExpressionContext
Context of expressions starting with "exp:". Declare here custom parameters and functions.
public ExpressionContext ExpressionContext { get; set; }
Property Value
- ExpressionContext
MasterDataUrl
Default value: null
public string? MasterDataUrl { get; set; }