Click or drag to resize

FieldNotInFileAttribute Class

Note: This API is now obsolete.

Hides the field to the library. Obsolete: You must use [FieldHidden]
Inheritance Hierarchy

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
[ObsoleteAttribute("You must use [FieldHidden] instead", false)]
public sealed class FieldNotInFileAttribute : FieldAttribute

The FieldNotInFileAttribute type exposes the following members.

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