Initializes a new instance of the BaseField class

Namespace:  QFD
Assembly:  QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public BaseField(
	ref ParentField objParent,
	string strFieldName,
	string strOldFieldName
)
Visual Basic (Declaration)
Public Sub New ( _
	ByRef objParent As ParentField, _
	strFieldName As String, _
	strOldFieldName As String _
)
Visual C++
public:
BaseField(
	ParentField^% objParent, 
	String^ strFieldName, 
	String^ strOldFieldName
)

Parameters

objParent
Type: QFD..::.ParentField %
strFieldName
Type: System..::.String
strOldFieldName
Type: System..::.String

Remarks

See Also