EntityFrameworkCoreXmlRepository<TContext> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 要素をリポジトリに追加します。 |