QuickObjects.ObjectBase Send comments on this topic.
SetHiddenFields Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : SetHiddenFields Method
SetHiddenFields provides a very easy way to selective hide certain fields and show the other fields.

Fields in other joined objects can be set to visible by passing a True value to the showOthers parameter.

Overload List

OverloadDescription
SetHiddenFields(Boolean,IField[]) SetHiddenFields provides a very easy way to selective hide certain fields and show the other fields.

Fields in other joined objects can be set to visible by passing a True value to the showOthers parameter.

 
SetHiddenFields(IField[]) SetHiddenFields provides a very easy way to selective hide certain fields and show the other fields.

Fields in other joined objects are automatically shown.

 

Requirements

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

See Also