Click or drag to resize

FieldOrderAttribute Class

Indicates the relative order of the current field. Note: If you use this property for one field you must to use it for all fields.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    FileHelpersFieldOrderAttribute

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

The FieldOrderAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFieldOrderAttribute
Indicates the relative order of the current field. Note:If you use this property for one field you must to use it for all fields.
Top
Properties
  NameDescription
Public propertyOrder
The relative position order of this field.
Top
Remarks
See the complete attributes list for more information and examples of each one.
See Also