C# Класс PassFruit.Server.CiphertextDatastore.Json.JsonCiphertextDatastore

Наследование: PassFruit.Server.CiphertextDatastore.CiphertextDatastoreBase
Показать файл Открыть проект

Открытые методы

Метод Описание
Get ( System.Guid accountId ) : CiphertextDto
GetAllIds ( ) : System.Guid[]
JsonCiphertextDatastore ( System.Guid userId, Func load, Action persist ) : System

Защищенные методы

Метод Описание
InternalSave ( CiphertextDto ciphertextDto ) : void

Описание методов

Get() публичный Метод

public Get ( System.Guid accountId ) : CiphertextDto
accountId System.Guid
Результат PassFruit.Server.CiphertextDatastore.CiphertextDto

GetAllIds() публичный Метод

public GetAllIds ( ) : System.Guid[]
Результат System.Guid[]

InternalSave() защищенный Метод

protected InternalSave ( CiphertextDto ciphertextDto ) : void
ciphertextDto PassFruit.Server.CiphertextDatastore.CiphertextDto
Результат void

JsonCiphertextDatastore() публичный Метод

public JsonCiphertextDatastore ( System.Guid userId, Func load, Action persist ) : System
userId System.Guid
load Func
persist Action
Результат System