Initializes a new instance of the AssetFieldInfo class

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

Syntax

C#
public AssetFieldInfo(
	string name,
	FieldType fieldType,
	FormFieldCollection ownerForm,
	bool custom,
	Type objectType,
	string propertyName
)
Visual Basic
Public Sub New ( _
	name As String, _
	fieldType As FieldType, _
	ownerForm As FormFieldCollection, _
	custom As Boolean, _
	objectType As Type, _
	propertyName As String _
)
Visual C++
public:
AssetFieldInfo(
	String^ name, 
	FieldType fieldType, 
	FormFieldCollection^ ownerForm, 
	bool custom, 
	Type^ objectType, 
	String^ propertyName
)

Parameters

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

See Also