IIntrinsicPropertyAttributeProvider interface

namespace: Serenity.Reflection   assemblySerenity.Net.Core

Marks a composite attribute that can provide additional intrinsic attributes for a target property. The intrinsic attributes should be declared on its PropertyAttributes property.

public interface IIntrinsicPropertyAttributeProvider

Members

name description
PropertyAttributes { get; } Implementing attributes expose additional intrinsic property attributes by applying them to this property. This is useful because some attributes can only target properties due to AttributeUsageAttribute restrictions.

See Also