• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc

Class ParameterMapping

Inheritance
System.Object
ParameterMapping
Namespace: DotNetNuke.Entities.Modules.Settings
Assembly: DotNetNuke.dll
Syntax
public class ParameterMapping : object

Constructors

| Improve this Doc View Source

ParameterMapping(ParameterAttributeBase, PropertyInfo)

Initializes a new instance of the ParameterMapping class.

Declaration
public ParameterMapping(ParameterAttributeBase attribute, PropertyInfo property)
Parameters
Type Name Description
ParameterAttributeBase attribute

The attribute.

PropertyInfo property

The property.

Properties

| Improve this Doc View Source

Attribute

Declaration
public ParameterAttributeBase Attribute { get; set; }
Property Value
Type Description
ParameterAttributeBase
| Improve this Doc View Source

FullParameterName

Declaration
public string FullParameterName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Property

Declaration
public PropertyInfo Property { get; set; }
Property Value
Type Description
PropertyInfo

Extension Methods

JsonExtensionsWeb.ToJson(Object)
  • View Source
Back to top by the community, for the community... #DNNCMS