Class AbpStringLocalizerFactory.StringLocalizerCacheItem
Inheritance
object
AbpStringLocalizerFactory.StringLocalizerCacheItem
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Localization
Assembly: Volo.Abp.Localization.dll
Syntax
protected class AbpStringLocalizerFactory.StringLocalizerCacheItem
Constructors
StringLocalizerCacheItem(AbpDictionaryBasedStringLocalizer)
Declaration
public StringLocalizerCacheItem(AbpDictionaryBasedStringLocalizer localizer)
Parameters
Type | Name | Description |
---|---|---|
AbpDictionaryBasedStringLocalizer | localizer |
Properties
Localizer
Declaration
public AbpDictionaryBasedStringLocalizer Localizer { get; }
Property Value
Type | Description |
---|---|
AbpDictionaryBasedStringLocalizer |