EntityFrameworkCoreXmlRepository<TContext> 클래스

정의

IXmlRepository 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

형식 매개 변수

TContext
상속
EntityFrameworkCoreXmlRepository<TContext>
구현

생성자

EntityFrameworkCoreXmlRepository<TContext>(IServiceProvider, ILoggerFactory)

EntityFrameworkCoreXmlRepository<TContext>의 새 인스턴스를 만듭니다.

메서드

GetAllElements()

리포지토리의 모든 최상위 XML 요소를 가져옵니다.

StoreElement(XElement, String)

최상위 XML 요소를 리포지토리에 추가합니다.

적용 대상