Compartir a través de


EntityFrameworkCoreXmlRepository<TContext> Clase

Definición

Respaldado IXmlRepository por un almacén de datos EntityFrameworkCore.

generic <typename TContext>
 where TContext : DbContext, IDataProtectionKeyContextpublic ref class EntityFrameworkCoreXmlRepository : Microsoft::AspNetCore::DataProtection::Repositories::IXmlRepository
public class EntityFrameworkCoreXmlRepository<TContext> : Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository where TContext : DbContext, IDataProtectionKeyContext
type EntityFrameworkCoreXmlRepository<'Context (requires 'Context :> DbContext and 'Context :> IDataProtectionKeyContext)> = class
    interface IXmlRepository
Public Class EntityFrameworkCoreXmlRepository(Of TContext)
Implements IXmlRepository

Parámetros de tipo

TContext
Herencia
EntityFrameworkCoreXmlRepository<TContext>
Implementaciones

Constructores

EntityFrameworkCoreXmlRepository<TContext>(IServiceProvider, ILoggerFactory)

Crea una nueva instancia de EntityFrameworkCoreXmlRepository<TContext>.

Métodos

GetAllElements()

Obtiene todos los elementos XML de nivel superior del repositorio.

StoreElement(XElement, String)

Agrega un elemento XML de nivel superior al repositorio.

Se aplica a