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

UseAllFieldsForDisplay

Resets all the field's Visible properties with the passed in value of use parameter. No joined objects are affected.

Parameters:
Description
use

Overload List

OverloadDescription
UseAllFieldsForDisplay(Boolean)UseAllFieldsForDisplay

Resets all the field's Visible properties with the passed in value of use parameter. No joined objects are affected.

Parameters:
Description
use
 

UseAllFieldsForDisplay(Boolean,RecursionTypes)UseAllFieldsForDisplay

Resets all the field's Visible properties with the passed in value of use parameter. Depending on the value of passed in RecursionTypes the joined objects will also be reset.

Parameters:
Description
use
recur
 

Requirements

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

See Also