Class TabularFieldOrderAttribute
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
intThe order of the field. Must be greater than or equal to zero, must be unique within the record type.