Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class EntityElement

Configuration for entities and their providers

Inheritance
System.Object
EntityElement
Namespace: EPiServer.Data.Configuration
Assembly: EPiServer.Data.dll
Version: 7.19.2
Syntax
public class EntityElement : ConfigurationElement

Constructors

EntityElement()

Declaration
public EntityElement()

Properties

Providers

A list of providers implementing IEntityProvider

Declaration
public ProviderSettingsCollection Providers { get; set; }
Property Value
Type Description
System.Configuration.ProviderSettingsCollection

SupportedTypes

A list of the supported .NET types and their providers

Declaration
public SupportedTypeElementCollection SupportedTypes { get; set; }
Property Value
Type Description
SupportedTypeElementCollection

Extension Methods