IPropertyInfo interface
namespace: Serenity.Reflection assembly: Serenity.Net.Core
An interface to virtualize property attribute access
public interface IPropertyInfo
Members
| name | description |
|---|---|
| Name { get; } | Gets the name. |
| PropertyType { get; } | Gets the type of the property. |
| GetAttribute<TAttr>() | Gets the attribute. |
| GetAttributes<TAttr>() | Gets the attributes. |
See Also
- Source: IPropertyInfo.cs