QuickObjects.ObjectBase Send comments on this topic.
Recursive Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : Recursive Property

Recursive

Stores the direction in which the business object will traverse while running various commands.

This however will have no effect if the MaxRecursionLevels property is set to 0. Also, this property is used each business object that is joined to the original business object running the operation.

Syntax

C# 
public RecursionTypes Recursive {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also