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

Int64

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

Parameters:
Description
fldInt64Field to convert

Overload List

OverloadDescription
Implicit Type Conversion(Int64)Int64Field

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

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

Returns:
Type
Int64Field
 

Implicit Type Conversion(Int64Field)Int64

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

Parameters:
Description
fldInt64Field to convert
 

Requirements

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

See Also