QuickObjects.ObjectBase Send comments on this topic.
UInt32Field Constructor(IBusinessObject,String,String)
See Also 
Akal.QuickObjects.ObjectBase Namespace > UInt32Field Class > UInt32Field Constructor : UInt32Field Constructor(IBusinessObject,String,String)
businessObj
name
resultName

UInt32Field

This constructor for UInt32Field 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.

Syntax

C# 
public UInt32Field( 
   IBusinessObject businessObj,
   string name,
   string resultName
)

Parameters

businessObj
name
resultName

Requirements

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

See Also