Class EntityElement
Configuration for entities and their providers
Inheritance
System.Object
EntityElement
Namespace: EPiServer.Data.Configuration
Assembly: EPiServer.Data.dll
Version: 9.12.2Syntax
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 |