PropertyItemsLocalTextRegistration class

namespace: Serenity.Localization   assemblySerenity.Net.Core

Contains initialization method for adding local text keys implicitly defined by DisplayName, Tab, Placeholder, Hint etc. attributes used in Form definitions

public static class PropertyItemsLocalTextRegistration

Public Members

name description
static AddPropertyItemsTexts(…) Adds local text translations defined implicitly by DisplayName, Tab, Placeholder, Hint etc. attributes used in Column/Form etc. definitions.
static GetPropertyItemsTextPrefix(…) Gets form/column local text key prefix for given type
static IsLocalTextKeyCandidate(…) Returns true if the text value can be a local text key that could be passed to the client side

See Also