Class ProviderAttribute
- Namespace
- Dynamicweb.Extensibility
- Assembly
- Dynamicweb.Extensibility.dll
Class ProviderAttribute.
[MetadataAttribute]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class ProviderAttribute : ExportAttribute, IProviderMetadata
- Inheritance
-
ProviderAttribute
- Implements
- Inherited Members
Constructors
ProviderAttribute()
Initializes a new instance of the ProviderAttribute class.
public ProviderAttribute()
- See Also
ProviderAttribute(string)
Initializes a new instance of the ProviderAttribute class.
public ProviderAttribute(string name)
Parameters
name
string- The name.
- See Also
ProviderAttribute(string, string)
Initializes a new instance of the ProviderAttribute class.
public ProviderAttribute(string name, string version)
Parameters
- See Also
ProviderAttribute(string, Type)
Initializes a new instance of the ProviderAttribute class.
public ProviderAttribute(string name, Type type)
Parameters
- See Also
ProviderAttribute(string, Type, string)
Initializes a new instance of the ProviderAttribute class.
public ProviderAttribute(string name, Type type, string version)
Parameters
- See Also
ProviderAttribute(Type)
Initializes a new instance of the ProviderAttribute class.
public ProviderAttribute(Type type)
Parameters
type
Type- The type.
- See Also
ProviderAttribute(Type, string)
Initializes a new instance of the ProviderAttribute class.
public ProviderAttribute(Type type, string version)
Parameters
- See Also
Properties
Version
Gets the version.
public string Version { get; }
Property Value
- string
- The version.
- See Also