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

UInt16Field

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

Syntax

C# 
public UInt16Field( 
   IBusinessObject businessObj,
   string name
)

Parameters

businessObj
name

Requirements

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

See Also