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
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic sealed class FieldOrderAttribute : Attribute
Public NotInheritable Class FieldOrderAttribute
Inherits Attribute
The FieldOrderAttribute type exposes the following members.
Constructors
| Name | Description |
---|
 | FieldOrderAttribute |
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
| Name | Description |
---|
 | Order | The relative position order of this field. |
Top
Remarks
See Also