Show / Hide Table of Contents

Interface ITypeInfoLocalization

Interface for type 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 ITypeInfoLocalization : IElementInfoLocalization, ILocalization, IExpando, IDynamicMetaObjectProvider, IIndexable

Properties

| Improve this Doc View Source

Members

Gets a dictionary of members' localizations.

Declaration
IDictionary<string, IMemberInfoLocalization> Members { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, IMemberInfoLocalization>

The members' localizations.

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