DotNetNuke.UI.WebControls.CollectionEditorInfoAdapter

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public CollectionEditorInfoAdapter(
	Object dataSource,
	string name,
	string fieldName,
	Hashtable fieldNames
)
Visual Basic
Public Sub New ( 
	dataSource As Object,
	name As String,
	fieldName As String,
	fieldNames As Hashtable
)

Parameters

dataSource
Type: System..::..Object
paramdataSourceM:DotNetNuke.UI.WebControls.CollectionEditorInfoAdapter.#ctor(System.Object,System.String,System.String,System.Collections.Hashtable)
name
Type: System..::..String
paramnameM:DotNetNuke.UI.WebControls.CollectionEditorInfoAdapter.#ctor(System.Object,System.String,System.String,System.Collections.Hashtable)
fieldName
Type: System..::..String
paramfieldNameM:DotNetNuke.UI.WebControls.CollectionEditorInfoAdapter.#ctor(System.Object,System.String,System.String,System.Collections.Hashtable)
fieldNames
Type: System.Collections..::..Hashtable
paramfieldNamesM:DotNetNuke.UI.WebControls.CollectionEditorInfoAdapter.#ctor(System.Object,System.String,System.String,System.Collections.Hashtable)

See Also