Skip to main content

Definition

Assembly: CloudNimble.EasyAF.Core.dll Namespace: CloudNimble.EasyAF.Core

Syntax

CloudNimble.EasyAF.Core.ISortable

Summary

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

Properties

SortOrder Abstract

The order this entity should be displayed in a list.

Syntax

int SortOrder { get; set; }

Property Value

Type: int