Class PlugInDB
Summary description for PlugInDB.
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Inheritance
System.Object
PlugInDB
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[ServiceConfiguration]
public class PlugInDB : DataAccessBase
Constructors
PlugInDB(IDatabaseHandler)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public PlugInDB(IDatabaseHandler databaseHandler)
Parameters
Methods
LoadAllDescriptors()
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public DataSet LoadAllDescriptors()
Returns
| Type |
Description |
| System.Data.DataSet |
|
LoadDescriptor(Int32)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public DataSet LoadDescriptor(int id)
Parameters
| Type |
Name |
Description |
| System.Int32 |
id |
|
Returns
| Type |
Description |
| System.Data.DataSet |
|
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
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 |
|
SynchronizeDescriptor(String, String)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public DataSet SynchronizeDescriptor(string typeName, string assemblyName)
Parameters
| Type |
Name |
Description |
| System.String |
typeName |
|
| System.String |
assemblyName |
|
Returns
| Type |
Description |
| System.Data.DataSet |
|
SynchronizeDescriptor(String, String, Boolean)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public DataSet SynchronizeDescriptor(string typeName, string assemblyName, bool defaultEnabled)
Parameters
| Type |
Name |
Description |
| System.String |
typeName |
|
| System.String |
assemblyName |
|
| System.Boolean |
defaultEnabled |
|
Returns
| Type |
Description |
| System.Data.DataSet |
|
Extension Methods