SaaS CMS has officially launched! Learn more now.

Class SupportedTypeElement

Mapping between a .NET type and a IEntityProvider

Inheritance
System.Object
SupportedTypeElement
Namespace: EPiServer.Data.Configuration
Assembly: EPiServer.Data.dll
Version: 7.19.2
Syntax
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

Extension Methods