Show / Hide Table of Contents

Class ExternalLocalizationStoreCache.AllLocalizationResourcesCacheItem

Inheritance
object
ExternalLocalizationStoreCache.AllLocalizationResourcesCacheItem
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.LanguageManagement.External
Assembly: Volo.Abp.LanguageManagement.Domain.dll
Syntax
public class ExternalLocalizationStoreCache.AllLocalizationResourcesCacheItem

Constructors

AllLocalizationResourcesCacheItem()

Declaration
public AllLocalizationResourcesCacheItem()

Fields

CacheKey

Declaration
public const string CacheKey = "All"
Field Value
Type Description
string

Properties

Resources

Declaration
public ExternalLocalizationStoreCache.LocalizationResourceRecordCacheItem[] Resources { get; set; }
Property Value
Type Description
LocalizationResourceRecordCacheItem[]
In this article
Back to top Powered by Volosoft