Skip to main content

Documentation Index

Fetch the complete documentation index at: https://easyaf.dev/llms.txt

Use this file to discover all available pages before exploring further.

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