Interface IRuntimePropertyInfo
Contract for a dynamic PropertyInfo.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Runtime
Assembly: Kephas.Core.dll
Syntax
public interface IRuntimePropertyInfo : IPropertyInfo, IValueElementInfo, IRuntimeElementInfo, IElementInfo, IExpando, IDynamicMetaObjectProvider, IIndexable, IAttributeProvider
Properties
| Improve this Doc View SourceIsStatic
Gets a value indicating whether this property is static.
Declaration
bool IsStatic { get; }
Property Value
Type | Description |
---|---|
System.Boolean | True if this property is static, false if not. |
PropertyInfo
Gets the property information.
Declaration
PropertyInfo PropertyInfo { get; }
Property Value
Type | Description |
---|---|
System.Reflection.PropertyInfo | The property information. |
ValueType
Gets the type of the property.
Declaration
IRuntimeTypeInfo ValueType { get; }
Property Value
Type | Description |
---|---|
IRuntimeTypeInfo | The type of the property. |