C# Class PassFruit.Server.CiphertextDatastore.Json.JsonCiphertextDatastore

Inheritance: PassFruit.Server.CiphertextDatastore.CiphertextDatastoreBase
Afficher le fichier Open project: bettiolo/PassFruit

Méthodes publiques

Méthode Description
Get ( System.Guid accountId ) : CiphertextDto
GetAllIds ( ) : System.Guid[]
JsonCiphertextDatastore ( System.Guid userId, Func load, Action persist ) : System

Méthodes protégées

Méthode Description
InternalSave ( CiphertextDto ciphertextDto ) : void

Method Details

Get() public méthode

public Get ( System.Guid accountId ) : CiphertextDto
accountId System.Guid
Résultat PassFruit.Server.CiphertextDatastore.CiphertextDto

GetAllIds() public méthode

public GetAllIds ( ) : System.Guid[]
Résultat System.Guid[]

InternalSave() protected méthode

protected InternalSave ( CiphertextDto ciphertextDto ) : void
ciphertextDto PassFruit.Server.CiphertextDatastore.CiphertextDto
Résultat void

JsonCiphertextDatastore() public méthode

public JsonCiphertextDatastore ( System.Guid userId, Func load, Action persist ) : System
userId System.Guid
load Func
persist Action
Résultat System