Table of Contents

Interface INeosIndexColumn

Namespace
GroupeIsa.Neos.Migration.Schema
Assembly
GroupeIsa.Neos.Migration.Abstractions.dll

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

string

Sort

Gets the sort.

NeosIndexColumnSort Sort { get; }

Property Value

NeosIndexColumnSort

Type

Gets the type.

NeosIndexColumnType Type { get; }

Property Value

NeosIndexColumnType