C# Class PassFruit.Datastore.JsonDatastore.JsonDatastore

Inheritance: DatastoreBase
Afficher le fichier Open project: bettiolo/PassFruit

Méthodes publiques

Méthode Description
GetAccountDto ( System.Guid accountId ) : AccountDto
GetAllAccountIds ( ) : System.Guid[]
JsonDatastore ( JsonDatastoreConfiguration configuration ) : System

Méthodes protégées

Méthode Description
SaveSpecificAccountDto ( AccountDto accountDto ) : void

Private Methods

Méthode Description
GetJsonAccounts ( ) : JsonAccounts

Method Details

GetAccountDto() public méthode

public GetAccountDto ( System.Guid accountId ) : AccountDto
accountId System.Guid
Résultat AccountDto

GetAllAccountIds() public méthode

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

JsonDatastore() public méthode

public JsonDatastore ( JsonDatastoreConfiguration configuration ) : System
configuration JsonDatastoreConfiguration
Résultat System

SaveSpecificAccountDto() protected méthode

protected SaveSpecificAccountDto ( AccountDto accountDto ) : void
accountDto AccountDto
Résultat void