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

BaseField

Default constructor for BaseField class.

Overload List

OverloadDescription
BaseField Constructor()BaseField

Default constructor for BaseField class.  

BaseField Constructor(IBusinessObject)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.
 

BaseField Constructor(IBusinessObject,String)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
 

BaseField Constructor(IBusinessObject,String,String)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.
 

Requirements

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

See Also