Click or drag to resize

FieldNotEmptyAttribute Class

Indicates that the target field cannot contain an empty string value. This attribute is used for read.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    FileHelpersFieldNotEmptyAttribute

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class FieldNotEmptyAttribute : Attribute

The FieldNotEmptyAttribute type exposes the following members.

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