Skip to content

WrappedProperty class

namespace: Serenity.Reflection   assemblySerenity.Net.Core

A class that basically implements IPropertyInfo for PropertyInfo objects

public class WrappedProperty : IPropertyInfo
parameter description
property The property.

Public Members

name description
WrappedProperty(…) A class that basically implements IPropertyInfo for PropertyInfo objects
Name { get; } Gets the name.
PropertyType { get; } Gets the type of the property.
GetAttribute<TAttr>(…) Gets the attribute.
GetAttributes<TAttr>(…) Gets the attributes.

Remarks

Initializes a new instance of the WrappedProperty class.

See Also