Table of Contents

Class TabularFieldNameAttribute

Namespace
Addax.Formats.Tabular
Assembly
Addax.Formats.Tabular.dll

Specifies the name of a tabular field. This class cannot be inherited.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class TabularFieldNameAttribute : Attribute
Inheritance
TabularFieldNameAttribute

Constructors

TabularFieldNameAttribute(string)

Initializes a new instance of the TabularFieldNameAttribute class with the specified name.

public TabularFieldNameAttribute(string name)

Parameters

name string

The name of the field.