C# Class PassFruit.Datastore.JsonDatastore.JsonDatastore

Inheritance: DatastoreBase
Mostra file Open project: bettiolo/PassFruit

Public Methods

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

Protected Methods

Method Description
SaveSpecificAccountDto ( AccountDto accountDto ) : void

Private Methods

Method Description
GetJsonAccounts ( ) : JsonAccounts

Method Details

GetAccountDto() public method

public GetAccountDto ( System.Guid accountId ) : AccountDto
accountId System.Guid
return AccountDto

GetAllAccountIds() public method

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

JsonDatastore() public method

public JsonDatastore ( JsonDatastoreConfiguration configuration ) : System
configuration JsonDatastoreConfiguration
return System

SaveSpecificAccountDto() protected method

protected SaveSpecificAccountDto ( AccountDto accountDto ) : void
accountDto AccountDto
return void