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

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

Syntax

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

Parameters

businessObj
name
resultName

Requirements

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

See Also