Show / Hide Table of Contents

Interface IMemberInfoLocalization

Interface for property information localization.

Inherited Members
IElementInfoLocalization.Name
IElementInfoLocalization.Description
ILocalization.Culture
IExpando.HasDynamicMember(String)
IExpando.ToDictionary(Func<String, String>, Func<Object, Object>)
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
IIndexable.Item[String]
Namespace: Kephas.Reflection.Localization
Assembly: Kephas.Core.dll
Syntax
public interface IMemberInfoLocalization : IElementInfoLocalization, ILocalization, IExpando, IDynamicMetaObjectProvider, IIndexable

Properties

| Improve this Doc View Source

Prompt

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.

| Improve this Doc View Source

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.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
ExpandoExtensions.Merge<T>(T, Object)
ExpandoExtensions.GetLaxValue<T>(IIndexable, String, T)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX