Show / Hide Table of Contents

Class ExternalLocalizationTextCache.ExternalLocalizationTextCacheStampItem

Inheritance
object
ExternalLocalizationTextCache.ExternalLocalizationTextCacheStampItem
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 ExternalLocalizationTextCache.ExternalLocalizationTextCacheStampItem

Constructors

ExternalLocalizationTextCacheStampItem()

Declaration
public ExternalLocalizationTextCacheStampItem()

ExternalLocalizationTextCacheStampItem(string)

Declaration
public ExternalLocalizationTextCacheStampItem(string stamp)
Parameters
Type Name Description
string stamp

Properties

Stamp

Declaration
public string Stamp { get; set; }
Property Value
Type Description
string

Methods

Create()

Declaration
public static ExternalLocalizationTextCache.ExternalLocalizationTextCacheStampItem Create()
Returns
Type Description
ExternalLocalizationTextCache.ExternalLocalizationTextCacheStampItem

GetCacheKey(string, string)

Declaration
public static string GetCacheKey(string resourceName, string cultureName)
Parameters
Type Name Description
string resourceName
string cultureName
Returns
Type Description
string
In this article
Back to top Powered by Volosoft