Click or drag to resize

FieldCaptionAttribute Class

Indicates a different caption for this field, which overrides FieldFriendlyName when calling GetFileHeader.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    FileHelpersFieldCaptionAttribute

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

The FieldCaptionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFieldCaptionAttribute
Indicates a different caption for this field.
Top
Properties
  NameDescription
Public propertyCaption
Gets the caption for this field
Top
Remarks
See the complete attributes list for more information and examples of each one.
See Also