SaaS CMS has officially launched! Learn more now.

Class EntityElement

Configuration for entities and their providers

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