Persistate API documentation
MoveDown Method (toMoveDown)
NamespacesPersistateIPersistateListMoveDown(IOrderable)

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

Moves an object downwards in an ordered collection, i.e. towards the end.
Declaration Syntax
C#
bool MoveDown(
	IOrderable toMoveDown
)
Parameters
toMoveDown (IOrderable)
The object to move down.
Return Value
True if the object was moved down, false if the object was already the bottom (last) object in the collection.
Remarks
This method need only be supported in ordered collections.

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