In This Article

IOrderable Interface

Provides the base requirements for an object that can be ordered by name against other named objects.

public interface IOrderable : IKeyedObject

Properties

Orderings

Gets the collection of Ordering objects, used to determine how this object is positioned relative to other objects.

IEnumerable<Ordering> Orderings { get; }

Property Value

IEnumerable<Ordering>:

The collection of Ordering objects, used to determine how this object is positioned relative to other objects.

Inherited Members