Class ReportIgnoreAttribute
Атрибут указывает что данное свойство модели не нужно использовать в отчёте.
[AttributeUsage(AttributeTargets.Property)]
public class ReportIgnoreAttribute : Attribute
- Inheritance
-
ReportIgnoreAttribute
- Inherited Members
- Extension Methods
Constructors
ReportIgnoreAttribute()
Конструктор.
public ReportIgnoreAttribute()