BaseField
It is constructor that accepts business object as a paramenter and will set the BusinessObject property.
Parameters:
| Description | |
|---|---|
| businessObj | BusinessObject to which this field belongs. |
| name | This value is used to set the Name property of the field |
| resultName | This value is used to set the ResultSetName property of the field. |
| C# | |
|---|---|
public BaseField( IBusinessObject businessObj, string name, string resultName ) | |
Parameters
- businessObj
- name
- resultName
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0