Interface ILocalizationTable
Interface representing a localization table within the application foundation.
Namespace: Serenity.Localization.Domain.Entities
Assembly: Serenity.Localization.Domain.dll
Syntax
public interface ILocalizationTable
Properties
Table
Gets the actual localization data table.
Declaration
object Table { get; }
Property Value
| Type | Description |
|---|---|
| object | The actual localization data table. |
TableName
Gets the name of the localization table.
Declaration
string TableName { get; }
Property Value
| Type | Description |
|---|---|
| string | The name of the localization table. |