C# 클래스 PassFruit.Datastore.JsonDatastore.JsonDatastore

상속: DatastoreBase
파일 보기 프로젝트 열기: bettiolo/PassFruit

공개 메소드들

메소드 설명
GetAccountDto ( System.Guid accountId ) : AccountDto
GetAllAccountIds ( ) : System.Guid[]
JsonDatastore ( JsonDatastoreConfiguration configuration ) : System

보호된 메소드들

메소드 설명
SaveSpecificAccountDto ( AccountDto accountDto ) : void

비공개 메소드들

메소드 설명
GetJsonAccounts ( ) : JsonAccounts

메소드 상세

GetAccountDto() 공개 메소드

public GetAccountDto ( System.Guid accountId ) : AccountDto
accountId System.Guid
리턴 AccountDto

GetAllAccountIds() 공개 메소드

public GetAllAccountIds ( ) : System.Guid[]
리턴 System.Guid[]

JsonDatastore() 공개 메소드

public JsonDatastore ( JsonDatastoreConfiguration configuration ) : System
configuration JsonDatastoreConfiguration
리턴 System

SaveSpecificAccountDto() 보호된 메소드

protected SaveSpecificAccountDto ( AccountDto accountDto ) : void
accountDto AccountDto
리턴 void