Table of Contents

Class MasterDataWebOptionsConfiguration

Namespace
JJMasterData.Web.Configuration.Options
Assembly
JJMasterData.Web.dll
public sealed class MasterDataWebOptionsConfiguration
Inheritance
MasterDataWebOptionsConfiguration
Inherited Members

Properties

ConfigureCommons

public Action<MasterDataCommonsOptions>? ConfigureCommons { get; set; }

Property Value

Action<MasterDataCommonsOptions>

ConfigureCore

public Action<MasterDataCoreOptions>? ConfigureCore { get; set; }

Property Value

Action<MasterDataCoreOptions>

ConfigureDataAnnotations

public Func<Type, IStringLocalizerFactory, IStringLocalizer> ConfigureDataAnnotations { get; set; }

Property Value

Func<Type, IStringLocalizerFactory, IStringLocalizer>

ConfigureWeb

public Action<MasterDataWebOptions>? ConfigureWeb { get; set; }

Property Value

Action<MasterDataWebOptions>