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
)
Visual Basic
Public Sub New ( _
	name As String, _
	fieldType As FieldType, _
	ownerForm As FormFieldCollection, _
	custom As Boolean _
)
Visual C++
public:
FieldInfo(
	String^ name, 
	FieldType fieldType, 
	FormFieldCollection^ ownerForm, 
	bool custom
)

Parameters

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

See Also