Show / Hide Table of Contents

Class Provider

Inheritance
object
Provider
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Framework.Providers
Assembly: DotNetNuke.dll
Syntax
public class Provider

Constructors

Provider(XmlAttributeCollection)

Declaration
public Provider(XmlAttributeCollection attributes)
Parameters
Type Name Description
XmlAttributeCollection attributes

Properties

Attributes

Declaration
public NameValueCollection Attributes { get; }
Property Value
Type Description
NameValueCollection

Name

Declaration
public string Name { get; }
Property Value
Type Description
string

Type

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

Extension Methods

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