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

BaseField

It is constructor that accepts business object as a paramenter and will set the BusinessObject property.

Parameters:
Description
businessObjBusinessObject to which this field belongs.

Syntax

C# 
public BaseField( 
   IBusinessObject businessObj
)

Parameters

businessObj

Requirements

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

See Also