Class SupportedTypeElement
Mapping between a .NET type and a IEntityProvider
Inheritance
System.Object
SupportedTypeElement
Namespace: EPiServer.Data.Configuration
Assembly: EPiServer.Data.dll
Version: 9.12.2Syntax
public class SupportedTypeElement : ConfigurationElement
Constructors
SupportedTypeElement()
Declaration
public SupportedTypeElement()
Properties
Provider
The name of the provider used to reference it in SupportedTypeElement
Declaration
public string Provider { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
The .NET type of the provider implementation
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |