LocalTextDataScript class

namespace: Serenity.Web   assemblySerenity.Net.Web

Local text data script to access local texts from an external app like mobile

public class LocalTextDataScript : DataScript<IDictionary<string, string>>, ICacheSuffix
parameter description
localTextRegistry Local text registry
localTextPackages Package list
httpContextAccessor HTTP context accessor

Public Members

name description
LocalTextDataScript(…) Local text data script to access local texts from an external app like mobile
CacheSuffix { get; }
static GetPackageData(…) Gets a local text package as a dictionary

Protected Members

name description
override GetData()

Exceptions

exception condition
ArgumentNullException One of arguments is null

Remarks

Creates an instance of the class

See Also