Skip to content

IPropertySource interface

namespace: Serenity.PropertyGrid   assemblySerenity.Net.Services

Abstracts the property source that returns PropertyInfo and some other info

public interface IPropertySource : IPropertyInfo

Members

name description
BasedOnField { get; } Gets the based on field.
EnumType { get; } Gets the type of the enum.
Property { get; } Gets the property.
ReflectedType { get; } Gets the reflected type that this property belongs to. This is used for some attribute providers that need to know the reflected type, such as based on row field provider.
ValueType { get; } Gets the type of the value.

See Also