IPropertySource interface
namespace: Serenity.PropertyGrid assembly: Serenity.Net.Entity
Abstracts the property source that returns PropertyInfo and some other info
public interface IPropertySource
Members
name | description |
---|---|
BasedOnField { get; } | Gets the based on field. |
EnumType { get; } | Gets the type of the enum. |
Property { get; } | Gets the property. |
ValueType { get; } | Gets the type of the value. |
GetAttribute<TAttr>() | Gets the attribute. |
GetAttributes<TAttr>() | Gets the attributes. |
See Also
- Source: IPropertySource.cs