Table of Contents

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

string

DataDictionaryTableName

Default value: tb_masterdata

[Display(Name = "Data Dictionary Table Name")]
public string DataDictionaryTableName { get; set; }

Property Value

string

EnableCultureProviderAtUrl

public bool EnableCultureProviderAtUrl { get; set; }

Property Value

bool

EnableDataDictionaryCaching

[Display(Name = "Enable Data Dictionary Caching")]
public bool EnableDataDictionaryCaching { get; set; }

Property Value

bool

ExportationFolderPath

Default value: {ApplicationPath}/JJExportationFiles

[Display(Name = "Exportation Folder Path")]
public string ExportationFolderPath { get; set; }

Property Value

string

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; }

Property Value

string