Initializes a new instance of the ParameterMapping class.

Namespace: DotNetNuke.Entities.Modules.Settings
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public ParameterMapping(
	ParameterAttributeBase attribute,
	PropertyInfo property
)
Visual Basic
Public Sub New ( 
	attribute As ParameterAttributeBase,
	property As PropertyInfo
)

Parameters

attribute
Type: DotNetNuke.Entities.Modules.Settings..::..ParameterAttributeBase
The attribute.
property
Type: System.Reflection..::..PropertyInfo
The property.

See Also