Class IgnorePropertyInfoAttribute
Can be marked against a property to indicate that it is a simple DTO class that isn't mapped to the database. This prevents the EntityDescriptorFactory from trying to generate Entity Relationships and ColumnDescriptors. Useful for properties that are populated dynamically rather than fetched from the DB.
Inherited Members
Namespace: LemonEdge.API.Attributes
Assembly: LemonEdge.API.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Property|AttributeTargets.Interface, Inherited = false)]
public sealed class IgnorePropertyInfoAttribute : Attribute
Constructors
IgnorePropertyInfoAttribute()
Declaration
public IgnorePropertyInfoAttribute()