Class Provider
Inheritance
System.Object
Provider
Assembly: DotNetNuke.dll
Syntax
public class Provider : object
Constructors
|
Improve this Doc
View Source
Provider(XmlAttributeCollection)
Initializes a new instance of the Provider class.
Declaration
public Provider(XmlAttributeCollection attributes)
Parameters
Type |
Name |
Description |
XmlAttributeCollection |
attributes |
|
Properties
|
Improve this Doc
View Source
Attributes
Declaration
public NameValueCollection Attributes { get; }
Property Value
Type |
Description |
NameValueCollection |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public string Type { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods