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 要素をリポジトリに追加します。

適用対象