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

Inheritance: PassFruit.Server.CiphertextDatastore.CiphertextDatastoreBase
Exibir arquivo Open project: bettiolo/PassFruit

Public Methods

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

Protected Methods

Method Description
InternalSave ( CiphertextDto ciphertextDto ) : void

Method Details

Get() public method

public Get ( System.Guid accountId ) : CiphertextDto
accountId System.Guid
return PassFruit.Server.CiphertextDatastore.CiphertextDto

GetAllIds() public method

public GetAllIds ( ) : System.Guid[]
return System.Guid[]

InternalSave() protected method

protected InternalSave ( CiphertextDto ciphertextDto ) : void
ciphertextDto PassFruit.Server.CiphertextDatastore.CiphertextDto
return void

JsonCiphertextDatastore() public method

public JsonCiphertextDatastore ( System.Guid userId, Func load, Action persist ) : System
userId System.Guid
load Func
persist Action
return System