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

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.
nameThis value is used to set the Name property of the field

Syntax

C# 
public BaseField( 
   IBusinessObject businessObj,
   string name
)

Parameters

businessObj
name

Requirements

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

See Also