Class AbpMvcDataAnnotationsLocalizationOptions
Inheritance
object
AbpMvcDataAnnotationsLocalizationOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.Localization
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class AbpMvcDataAnnotationsLocalizationOptions
Constructors
AbpMvcDataAnnotationsLocalizationOptions()
Declaration
public AbpMvcDataAnnotationsLocalizationOptions()
Properties
AssemblyResources
Declaration
public IDictionary<Assembly, Type> AssemblyResources { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<TKey, TValue><System.Reflection.Assembly, System.Type> |
Methods
AddAssemblyResource(Type, params Assembly[])
Declaration
public void AddAssemblyResource(Type resourceType, params Assembly[] assemblies)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | resourceType | |
| System.Reflection.Assembly[] | assemblies |