PropertyInfoSource class
namespace: Serenity.PropertyGrid assembly: Serenity.Net.Services
Property info source for a reflection PropertyInfo object
public class PropertyInfoSource : IPropertySource
Public Members
| name | description |
|---|---|
| PropertyInfoSource(…) | Initializes a new instance of the PropertyInfoSource class. |
| BasedOnField { get; } | |
| BasedOnRow { get; } | |
| EnumType { get; } | |
| Name { get; } | |
| Property { get; } | Gets the property. |
| PropertyType { get; } | |
| ReflectedType { get; } | |
| ValueType { get; } | |
| GetAttribute<TAttribute>(…) | |
| GetAttributes<TAttribute>(…) |
See Also
- interface IPropertySource
- Source: PropertyInfoSource.cs