Skip to content

IPropertyInfo interface

namespace: Serenity.Reflection   assemblySerenity.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 of the specified type.
GetAttributes<TAttr>(…) Gets the attributes of the specified type.

See Also