NestedLocalTextsAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates that this class contains local texts with optionally subclasses that also contains local texts with keys joined by "." between each class name. The topmost class has no local text prefix by default and its name doesn't take role in local text key generation.

[AttributeUsage(AttributeTargets.Class)]
public sealed class NestedLocalTextsAttribute : Attribute

Public Members

name description
NestedLocalTextsAttribute() Initializes a new instance of the NestedLocalTextsAttribute class.
LanguageID { get; set; } Gets or sets the optional language identifier.
Prefix { get; set; } Gets or sets the optional local text prefix.

See Also