QuickObjects.ObjectBase Send comments on this topic.
BooleanField Constructor
See Also 
Akal.QuickObjects.ObjectBase Namespace > BooleanField Class : BooleanField Constructor

BooleanField

It is default constructor for BooleanField.

It offers no functionality but it calls the baseField's default constructor.

Overload List

OverloadDescription
BooleanField Constructor()BooleanField

It is default constructor for BooleanField.

It offers no functionality but it calls the baseField's default constructor.  

BooleanField Constructor(IBusinessObject)BooleanField

This constructor for BooleanField offers no functionality but it calls baseField's constructor with same signature.

Parameters:
Description
businessObjPassed in value of businessObj is passed to baseField's constructor.
 

BooleanField Constructor(IBusinessObject,String)BooleanField

This constructor for BooleanField offers no functionality but it calls baseField's constructor with same signature.

Parameters:
Description
businessObjPassed in value of businessObj is passed to baseField's constructor.
namePassed in value of name parameter is passed to baseField's constructor.
 

BooleanField Constructor(IBusinessObject,String,String)BooleanField

This constructor for BooleanField offers no functionality but it calls baseField's constructor with same signature.

Parameters:
Description
businessObjPassed in value of businessObj is passed to baseField's constructor.
namePassed in value of name parameter is passed to baseField's constructor.
resultNamePassed in value of resultSet is passed to baseField's constructor.
 

Requirements

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

See Also