Interface IMemberInfoLocalization
Interface for property information localization.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Reflection.Localization
Assembly: Kephas.Core.dll
Syntax
public interface IMemberInfoLocalization : IElementInfoLocalization, ILocalization, IExpando, IDynamicMetaObjectProvider, IIndexable
Properties
| Improve this Doc View SourcePrompt
Gets the localized value that will be used to set the watermark for prompts in the UI.
Declaration
string Prompt { get; }
Property Value
Type | Description |
---|---|
System.String | The localized value that will be used to set the watermark for prompts in the UI. |
ShortName
Gets the localized short name.
Declaration
string ShortName { get; }
Property Value
Type | Description |
---|---|
System.String | The localized short name. |
Remarks
The short name can be used for example in column headers.