Initializes a new instance of the FieldInfo class

Namespace: Cartella.Models.EditForm
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public FieldInfo(
	string name,
	FieldType fieldType,
	FormFieldCollection ownerForm,
	bool custom,
	PropertyInfo _objectProperty
)
Visual Basic
Public Sub New ( _
	name As String, _
	fieldType As FieldType, _
	ownerForm As FormFieldCollection, _
	custom As Boolean, _
	_objectProperty As PropertyInfo _
)
Visual C++
public:
FieldInfo(
	String^ name, 
	FieldType fieldType, 
	FormFieldCollection^ ownerForm, 
	bool custom, 
	PropertyInfo^ _objectProperty
)

Parameters

name
Type: System..::..String
fieldType
Type: FieldType
ownerForm
Type: Cartella.Models.EditForm..::..FormFieldCollection
custom
Type: System..::..Boolean
_objectProperty
Type: System.Reflection..::..PropertyInfo

See Also