Click or drag to resize

EditableListContractResolver Constructor (ListString, ListType)

Initializes a new instance of the EditableListContractResolver class

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public EditableListContractResolver(
	List<string> properties,
	List<Type> types
)

Parameters

properties
Type: System.Collections.GenericListString
types
Type: System.Collections.GenericListType
See Also