Interface INeosIndexColumn
Provides the functionalities of an index column.
public interface INeosIndexColumn : IEquatable<INeosIndexColumn>
- Inherited Members
Properties
Name
Gets or sets the name.
string Name { get; set; }
Property Value
Sort
Gets the sort.
NeosIndexColumnSort Sort { get; }
Property Value
Type
Gets the type.
NeosIndexColumnType Type { get; }