QuickObjects.ObjectBase Send comments on this topic.
Implicit Type Conversion Operator
See Also 
Akal.QuickObjects.ObjectBase Namespace > BooleanField Class : Implicit Type Conversion Operator

Boolean

This allows the developer to directly get the value of this field as Boolean.

Parameters:
Description
fldBooleanField to convert

Overload List

OverloadDescription
Implicit Type Conversion(Boolean)BooleanField

This allows the developer to directly assign a Boolean value into this Field. The BusinessObject property must be set manually after this assignment as BusinessObject is not set.

Parameters:
Description
valBoolean value to set the Value property with.

Returns:
Type
BooleanField
 

Implicit Type Conversion(BooleanField)Boolean

This allows the developer to directly get the value of this field as Boolean.

Parameters:
Description
fldBooleanField to convert
 

Requirements

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

See Also