Table of Contents

Class TabularFieldOrderAttribute

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

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

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

Constructors

TabularFieldOrderAttribute(int)

Initializes a new instance of the TabularFieldOrderAttribute class with the specified order.

public TabularFieldOrderAttribute(int order)

Parameters

order int

The order of the field. Must be greater than or equal to zero, must be unique within the record type.