ISortable

An interface that specifies the implementing Entity can be contains an that tracks the order items should be displayed in a list.

Syntax

public interface ISortable

Properties

SortOrder

int SortOrder { get; set; }
The order this entity should be displayed in a list.

Returns

int