Class ParameterAttributeBase
Inheritance
ParameterAttributeBase
Assembly: DotNetNuke.dll
Syntax
public abstract class ParameterAttributeBase : Attribute, _Attribute
Constructors
ParameterAttributeBase()
Declaration
protected ParameterAttributeBase()
Properties
IsSecure
Declaration
public bool IsSecure { get; set; }
Property Value
ParameterName
Declaration
public string ParameterName { get; set; }
Property Value
Prefix
Declaration
public string Prefix { get; set; }
Property Value
Serializer
Declaration
public string Serializer { get; set; }
Property Value
Implements
Extension Methods