Click or drag to resize

FieldHiddenAttribute Class

Hides the field to the library, the library does not use the target field at all. Nor for read and write

Note: If the field is in the record structure but you want to discard the values in that position use FieldValueDiscardedAttribute

Inheritance Hierarchy

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class FieldHiddenAttribute : FieldAttribute

The FieldHiddenAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFieldHiddenAttribute
Initializes a new instance of the FieldHiddenAttribute class
Top
Remarks
See the complete attributes list for more information and examples of each one.
See Also