SaaS CMS has officially launched! Learn more now.

Class PlugInDB

Inheritance
System.Object
PlugInDB
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class PlugInDB : DataAccessBase

Constructors

PlugInDB(IDatabaseExecutor, DatabaseDateTimeHandler, IDatabaseMode)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public PlugInDB(IDatabaseExecutor databaseHandler, DatabaseDateTimeHandler dateTimeHandler, IDatabaseMode databaseModeServer)
Parameters
Type Name Description
IDatabaseExecutor databaseHandler
DatabaseDateTimeHandler dateTimeHandler
IDatabaseMode databaseModeServer

Methods

DeleteDescriptor(Int32)

Deletes the descriptor with specified id

Declaration
public void DeleteDescriptor(int id)
Parameters
Type Name Description
System.Int32 id

The id of the descriptor to delete

LoadAllPlugInDescriptors()

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public IEnumerable<PlugInDescriptor> LoadAllPlugInDescriptors()
Returns
Type Description
System.Collections.Generic.IEnumerable<PlugInDescriptor>

LoadSettings(Int32)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public string LoadSettings(int plugin)
Parameters
Type Name Description
System.Int32 plugin
Returns
Type Description
System.String

SaveDescriptor(PlugInDescriptor)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public void SaveDescriptor(PlugInDescriptor descriptor)
Parameters
Type Name Description
PlugInDescriptor descriptor

SaveSettings(Int32, String)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public void SaveSettings(int plugin, string xml)
Parameters
Type Name Description
System.Int32 plugin
System.String xml

Extension Methods