Persistate API documentation
IOrderable Interface
NamespacesPersistateIOrderable

[This is preliminary documentation and is subject to change.]

Indicates that the class can be ordered. This means that the class can have ordered collections, and contains an Order property.
Declaration Syntax
C#
public interface IOrderable
Members
All MembersProperties



IconMemberDescription
Order
Gets or sets the Order value.

Remarks
When a class derived from Persistent implements this interface, this means that the class can have ordered collections using IndexedList{T}, and contains an Order property. When you define an object class in a definition file with a class category containing the allow order function (such as Orderable or Logged Orderable), then Persistate will automatically generate the class with the IOrderable interface implemented.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)