PropertyInfoSource class

namespace: Serenity.PropertyGrid   assemblySerenity.Net.Entity

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; } Gets the based on field.
BasedOnRow { get; } Gets the based on row.
EnumType { get; } Gets the type of the enum.
Property { get; } Gets the property.
ValueType { get; } Gets the type of the value.
GetAttribute<TAttribute>() Gets the attribute.
GetAttributes<TAttribute>() Gets the attributes.

See Also