Interface IPropertyInfo
Contract providing property information.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Reflection
Assembly: Kephas.Core.dll
Syntax
public interface IPropertyInfo : IValueElementInfo, IElementInfo, IExpando, IDynamicMetaObjectProvider, IIndexable, IAttributeProvider
Properties
| Improve this Doc View SourceCanRead
Gets a value indicating whether the property value can be read.
Declaration
bool CanRead { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
CanWrite
Gets a value indicating whether the property can be written to.
Declaration
bool CanWrite { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|