Aracılığıyla paylaş


RedisXmlRepository Sınıf

Tanım

Redis listesi girdisi tarafından desteklenen bir XML deposu.

public ref class RedisXmlRepository : Microsoft::AspNetCore::DataProtection::Repositories::IXmlRepository
public class RedisXmlRepository : Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository
type RedisXmlRepository = class
    interface IXmlRepository
Public Class RedisXmlRepository
Implements IXmlRepository
Devralma
RedisXmlRepository
Uygulamalar

Oluşturucular

RedisXmlRepository(Func<IDatabase>, RedisKey)

Verilen dizinde depolanan anahtarlarla bir RedisXmlRepository oluşturur.

Yöntemler

GetAllElements()

Depodaki tüm üst düzey XML öğelerini alır.

StoreElement(XElement, String)

Depoya bir üst düzey XML öğesi ekler.

Şunlara uygulanır