WrappedProperty class

namespace: Serenity.Reflection   assemblySerenity.Net.Core

A class that basically implements IPropertyInfo for PropertyInfo objects

public class WrappedProperty : IPropertyInfo

Public Members

name description
WrappedProperty(…) Initializes a new instance of the WrappedProperty class.
Name { get; } Gets the name.
PropertyType { get; } Gets the type of the property.
GetAttribute<TAttr>() Gets the attribute.
GetAttributes<TAttr>() Gets the attributes.

See Also