ISortable Interface
Defines a sortable visual.
graph BT Type["ISortable"] class Type type-node Implementing0["MenuDisplayItemModel"]-.->Type click Implementing0 "/SonghayCore/latest/Songhay.Models/MenuDisplayItemModel" Implementing1["DisplayItemModel"]-.->Type click Implementing1 "/SonghayCore/latest/Songhay.Models/DisplayItemModel" Implementing2["ColorDisplayItemModel"]-.->Type click Implementing2 "/SonghayCore/latest/Songhay.Models/ColorDisplayItemModel"

Syntax

public interface ISortable

Properties

Name Property Type Summary
SortOrdinal byte
Gets or sets the sort ordinal.

Extension Methods

Name Value Summary
IsAssignableToISerializable<ISortable>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<ISortable>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<ISortable>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.