InitializedLocalText class

namespace: Serenity.Localization   assemblySerenity.Net.Core

A subclass of LocalText class that contains a initial translation value. Some classes like NestedLocalTextRegistration uses this type to avoid re-registering a initialized local text object, when their Initialization method called more than once.

public class InitializedLocalText : LocalText

Public Members

name description
InitializedLocalText(…) Initializes a new instance of the InitializedLocalText class.
InitialText { get; } Gets the initial text.

See Also