Show / Hide Table of Contents

Class ParameterMapping

Inheritance
object
ParameterMapping
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Modules.Settings
Assembly: DotNetNuke.dll
Syntax
public class ParameterMapping

Constructors

ParameterMapping(ParameterAttributeBase, PropertyInfo)

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

Properties

Attribute

Declaration
public ParameterAttributeBase Attribute { get; set; }
Property Value
Type Description
ParameterAttributeBase

FullParameterName

Declaration
public string FullParameterName { get; set; }
Property Value
Type Description
string

Property

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

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS