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

Fields in other joined objects can be hidden by passing a True value to the hideOthers parameter.

Overload List

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

Fields in other joined objects can be hidden by passing a True value to the hideOthers parameter.

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

Fields in other joined objects are automatically hidden.

 

Requirements

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

See Also