Interface IElementInfoLocalization
Interface for element information localization.
Inherited Members
      System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
    
    
  Namespace: Kephas.Reflection.Localization
Assembly: Kephas.Core.dll
Syntax
public interface IElementInfoLocalization : ILocalization, IExpando, IDynamicMetaObjectProvider, IIndexableProperties
| Improve this Doc View SourceDescription
Gets the localized description.
Declaration
string Description { get; }Property Value
| Type | Description | 
|---|---|
| System.String | The localized description. | 
Name
Gets the localized name.
Declaration
string Name { get; }Property Value
| Type | Description | 
|---|---|
| System.String | The localized name. |