Class ParameterMapping
Inheritance
ParameterMapping
Assembly: DotNetNuke.dll
Syntax
public class ParameterMapping
Constructors
ParameterMapping(ParameterAttributeBase, PropertyInfo)
Declaration
public ParameterMapping(ParameterAttributeBase attribute, PropertyInfo property)
Parameters
Properties
Attribute
Declaration
public ParameterAttributeBase Attribute { get; set; }
Property Value
FullParameterName
Declaration
public string FullParameterName { get; set; }
Property Value
Property
Declaration
public PropertyInfo Property { get; set; }
Property Value
Extension Methods